diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 022d6e2aad7cf76..481ec16b58c3cec 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -878,7 +878,7 @@ code, or when embedding the Python interpreter: is NULL. .. versionadded:: 3.13 - In Python 3.5, the function was private and known as + In Python 3.5 to 3.12, the function was private and known as ``_PyThreadState_UncheckedGet()``.