PEP 757: Fix typo (#3963)
This commit is contained in:
parent
7bd5c21ca1
commit
981c37c4bd
|
@ -166,7 +166,7 @@ On CPython 3.14, the implementation is a thin wrapper to the private
|
|||
``_PyLong_New()`` function.
|
||||
|
||||
``PyLongWriter_Finish()`` takes care of normalizing the digits and
|
||||
convert the object to a compact integer if needed.
|
||||
converts the object to a compact integer if needed.
|
||||
|
||||
|
||||
PyLongWriter_Create()
|
||||
|
|
Loading…
Reference in New Issue