Skip to content

Commit 081c09f

Browse files
author
Release Manager
committed
gh-35487: docfix: decimal --> binary
<!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [ ] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35487 Reported by: Ralf Hemmecke Reviewer(s): Marc Mezzarobba
2 parents 5293320 + b04d96a commit 081c09f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=c809622a8c0b706231b5c8e02c0fb96b940e2a10
3-
md5=4ab2cb23636289210afe4a6743b36183
4-
cksum=1470715760
2+
sha1=f113335fac0d8e24b95a49720495b1bad9007bd8
3+
md5=d0aa15b1095f9b9875e295f0681c77be
4+
cksum=3230658013
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
adaf3af26892f4a3720cc09d0e21c35281b472a3
1+
7dcb4bbb0a54a13e346159ce7d900d964606c7db

src/sage/symbolic/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
7575
We can obtain floating point approximations to each of these
7676
constants by coercing into the real field with given precision. For
77-
example, to 200 decimal places we have the following::
77+
example, to 200 binary places we have the following::
7878
7979
sage: R = RealField(200); R
8080
Real Field with 200 bits of precision

0 commit comments

Comments
 (0)