From: Georg Brandl Date: Sun, 11 Jul 2010 09:26:57 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.2a1~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de41bf3dd5bd5640a24ed3b11ceb53722ccaf528;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index cea055758d2f..5aa632a56100 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -146,7 +146,7 @@ A partial list of 3.1 features that were backported to 2.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.