]> granicus.if.org Git - python/commitdiff
Fix typo.
authorMark Dickinson <dickinsm@gmail.com>
Thu, 29 Jul 2010 13:56:56 +0000 (13:56 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 29 Jul 2010 13:56:56 +0000 (13:56 +0000)
Doc/tutorial/floatingpoint.rst

index 02301837de9640460e45dda5529711fa5a799489..c06568e39a202523561533d726ab030588fb4cd3 100644 (file)
@@ -81,7 +81,7 @@ approximated by ``3602879701896397 / 2 ** 55``.  Since all of these decimal
 values share the same approximation, any one of them could be displayed
 while still preserving the invariant ``eval(repr(x)) == x``.
 
-Historically, the Python prompt and built-in :func:`repr` function would chose
+Historically, the Python prompt and built-in :func:`repr` function would choose
 the one with 17 significant digits, ``0.10000000000000001``.   Starting with
 Python 3.1, Python (on most systems) is now able to choose the shortest of
 these and simply display ``0.1``.