Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0104bcd commit de41bf3Copy full SHA for de41bf3
1 file changed
Doc/whatsnew/2.7.rst
@@ -146,7 +146,7 @@ A partial list of 3.1 features that were backported to 2.7:
146
* Float-to-string and string-to-float conversions now round their
147
results more correctly, and :func:`repr` of a floating-point
148
number *x* returns a result that's guaranteed to round back to the
149
- same number when converted back to a string.
+ same number when converted back to a float.
150
* The :ctype:`PyCapsule` type, used to provide a C API for extension modules.
151
* The :cfunc:`PyLong_AsLongAndOverflow` C API function.
152
0 commit comments