Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46aa5c5 commit 6a74d34Copy full SHA for 6a74d34
1 file changed
Doc/tutorial/floatingpoint.rst
@@ -81,7 +81,7 @@ approximated by ``3602879701896397 / 2 ** 55``. Since all of these decimal
81
values share the same approximation, any one of them could be displayed
82
while still preserving the invariant ``eval(repr(x)) == x``.
83
84
-Historically, the Python prompt and built-in :func:`repr` function would chose
+Historically, the Python prompt and built-in :func:`repr` function would choose
85
the one with 17 significant digits, ``0.10000000000000001``. Starting with
86
Python 3.1, Python (on most systems) is now able to choose the shortest of
87
these and simply display ``0.1``.
0 commit comments