Skip to content

Commit f39e31d

Browse files
committed
Oops.
1 parent 25223a0 commit f39e31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/threads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The block above expands to the following code::
107107
Here is how these functions work:
108108

109109
The attached thread state implies that the GIL is held for the interpreter.
110-
To detach it, :c:func:`PyEval_StoreThread` is called and the result is stored
110+
To detach it, :c:func:`PyEval_SaveThread` is called and the result is stored
111111
in a local variable.
112112

113113
By detaching the thread state, the GIL is released, which allows other threads

0 commit comments

Comments
 (0)