[Python-checkins] r71673 - python/branches/py3k/Doc/whatsnew/3.1.rst

eric.smith python-checkins at python.org
Fri Apr 17 14:33:24 CEST 2009


Author: eric.smith
Date: Fri Apr 17 14:33:24 2009
New Revision: 71673

Log:
Nit.

Modified:
   python/branches/py3k/Doc/whatsnew/3.1.rst

Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst	Fri Apr 17 14:33:24 2009
@@ -150,7 +150,7 @@
 
 * Python now uses David Gay's algorithm for finding the shortest floating
   point representation that doesn't change its value.  This should help
-  mitigate the some of the confusion surrounding binary floating point
+  mitigate some of the confusion surrounding binary floating point
   numbers.
 
   The significance is easily seen with a number like ``1.1`` which does not


More information about the Python-checkins mailing list