Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de41bf3

Browse files
committed
Fix typo.
1 parent 0104bcd commit de41bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/2.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ A partial list of 3.1 features that were backported to 2.7:
146146
* Float-to-string and string-to-float conversions now round their
147147
results more correctly, and :func:`repr` of a floating-point
148148
number *x* returns a result that's guaranteed to round back to the
149-
same number when converted back to a string.
149+
same number when converted back to a float.
150150
* The :ctype:`PyCapsule` type, used to provide a C API for extension modules.
151151
* The :cfunc:`PyLong_AsLongAndOverflow` C API function.
152152

0 commit comments

Comments
 (0)