Skip to content

Commit b04d96a

Browse files
committed
docfix: decimal --> binary
1 parent 27b077e commit b04d96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)