From cddb3cce0411fb189fb9bb844f84b4983e35471e Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 18 Sep 2023 18:08:30 +0200 Subject: [PATCH] Update Doc/c-api/init.rst --- Doc/c-api/init.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()``.