mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Fix typo.
This commit is contained in:
parent
0104bcdb80
commit
de41bf3dd5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* Float-to-string and string-to-float conversions now round their
|
||||||
results more correctly, and :func:`repr` of a floating-point
|
results more correctly, and :func:`repr` of a floating-point
|
||||||
number *x* returns a result that's guaranteed to round back to the
|
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 :ctype:`PyCapsule` type, used to provide a C API for extension modules.
|
||||||
* The :cfunc:`PyLong_AsLongAndOverflow` C API function.
|
* The :cfunc:`PyLong_AsLongAndOverflow` C API function.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue