summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-11 09:26:57 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-11 09:26:57 (GMT)
commitde41bf3dd5bd5640a24ed3b11ceb53722ccaf528 (patch)
tree9867e2b2a0bd80da74da978bcda47d695b63f194 /Doc/whatsnew
parent0104bcdb801b643eeb9f1845e026fcefdecfc48e (diff)
downloadcpython-de41bf3dd5bd5640a24ed3b11ceb53722ccaf528.zip
cpython-de41bf3dd5bd5640a24ed3b11ceb53722ccaf528.tar.gz
cpython-de41bf3dd5bd5640a24ed3b11ceb53722ccaf528.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index cea0557..5aa632a 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.