Skip to content

Commit

Permalink
gh-35487: docfix: decimal --> binary
Browse files Browse the repository at this point in the history
<!-- 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
  • Loading branch information
Release Manager committed Apr 13, 2023
2 parents 5293320 + b04d96a commit 081c09f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=c809622a8c0b706231b5c8e02c0fb96b940e2a10
md5=4ab2cb23636289210afe4a6743b36183
cksum=1470715760
sha1=f113335fac0d8e24b95a49720495b1bad9007bd8
md5=d0aa15b1095f9b9875e295f0681c77be
cksum=3230658013
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
adaf3af26892f4a3720cc09d0e21c35281b472a3
7dcb4bbb0a54a13e346159ce7d900d964606c7db
2 changes: 1 addition & 1 deletion src/sage/symbolic/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
We can obtain floating point approximations to each of these
constants by coercing into the real field with given precision. For
example, to 200 decimal places we have the following::
example, to 200 binary places we have the following::
sage: R = RealField(200); R
Real Field with 200 bits of precision
Expand Down

0 comments on commit 081c09f

Please sign in to comment.