PEP 757: Fix typo (#3963)

This commit is contained in:
Victor Stinner 2024-09-15 14:33:16 +02:00 committed by GitHub
parent 7bd5c21ca1
commit 981c37c4bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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()