From 981c37c4bd1900e9e325e8fc32c71780a1deaf95 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 15 Sep 2024 14:33:16 +0200 Subject: [PATCH] PEP 757: Fix typo (#3963) --- peps/pep-0757.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()