Skip to content

Commit

Permalink
PEP 757: Fix typo (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Sep 15, 2024
1 parent 7bd5c21 commit 981c37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0757.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 981c37c

Please sign in to comment.