Skip to content

Commit 3991681

Browse files
committed
Change term for Py_FinalizeEx
1 parent 3336ad7 commit 3991681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ function. You can create and destroy them using the following functions:
18211821
the current thread state is ``NULL``. All thread states associated
18221822
with this interpreter are destroyed. The global interpreter lock
18231823
used by the target interpreter must be held before calling this
1824-
function. No GIL is held when it returns.
1824+
function. No :term:`thread state` is active when it returns.
18251825
18261826
:c:func:`Py_FinalizeEx` will destroy all sub-interpreters that
18271827
haven't been explicitly destroyed at that point.

0 commit comments

Comments
 (0)