[Python-checkins] r71846 - python/branches/py3k/Doc/tutorial/floatingpoint.rst

georg.brandl python-checkins at python.org
Fri Apr 24 21:06:29 CEST 2009


Author: georg.brandl
Date: Fri Apr 24 21:06:29 2009
New Revision: 71846

Log:
Remove leftover word.

Modified:
   python/branches/py3k/Doc/tutorial/floatingpoint.rst

Modified: python/branches/py3k/Doc/tutorial/floatingpoint.rst
==============================================================================
--- python/branches/py3k/Doc/tutorial/floatingpoint.rst	(original)
+++ python/branches/py3k/Doc/tutorial/floatingpoint.rst	Fri Apr 24 21:06:29 2009
@@ -78,7 +78,7 @@
 ``0.10000000000000001`` and
 ``0.1000000000000000055511151231257827021181583404541015625`` are all
 approximated by ``3602879701896397 / 2 ** 55``.  Since all of these decimal
-values share the same approximation, any one of them could be displayed and
+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


More information about the Python-checkins mailing list