diff --git a/peps/pep-0757.rst b/peps/pep-0757.rst index 636e71cee..8c1973667 100644 --- a/peps/pep-0757.rst +++ b/peps/pep-0757.rst @@ -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()