Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a550f3

Browse files
committed
Merged revisions 83224 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r83224 | mark.dickinson | 2010-07-29 14:56:56 +0100 (Thu, 29 Jul 2010) | 1 line Fix typo. ........
1 parent 42b0c2f commit 8a550f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/floatingpoint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ approximated by ``3602879701896397 / 2 ** 55``. Since all of these decimal
8181
values share the same approximation, any one of them could be displayed
8282
while still preserving the invariant ``eval(repr(x)) == x``.
8383

84-
Historically, the Python prompt and built-in :func:`repr` function would chose
84+
Historically, the Python prompt and built-in :func:`repr` function would choose
8585
the one with 17 significant digits, ``0.10000000000000001``. Starting with
8686
Python 3.1, Python (on most systems) is now able to choose the shortest of
8787
these and simply display ``0.1``.

0 commit comments

Comments
 (0)