[Python-checkins] r82799 - python/branches/py3k/Doc/whatsnew/2.7.rst

georg.brandl python-checkins at python.org
Sun Jul 11 11:26:57 CEST 2010


Author: georg.brandl
Date: Sun Jul 11 11:26:57 2010
New Revision: 82799

Log:
Fix typo.

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

Modified: python/branches/py3k/Doc/whatsnew/2.7.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/2.7.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/2.7.rst	Sun Jul 11 11:26:57 2010
@@ -146,7 +146,7 @@
 * Float-to-string and string-to-float conversions now round their
   results more correctly, and :func:`repr` of a floating-point
   number *x* returns a result that's guaranteed to round back to the
-  same number when converted back to a string.
+  same number when converted back to a float.
 * The :ctype:`PyCapsule` type, used to provide a C API for extension modules.
 * The :cfunc:`PyLong_AsLongAndOverflow` C API function.
 


More information about the Python-checkins mailing list