Skip to content

Commit 15d0fbd

Browse files
Ugh
1 parent 0cec91b commit 15d0fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0788.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ replace :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release`.
387387
388388
If there is no attached thread state, then this function checks if any
389389
thread state has been used by the current OS thread. (This is
390-
returned by :c:func:`PyGILState_GetThisThisThread`.)
390+
returned by :c:func:`PyGILState_GetThisThreadState`.)
391391
If there was, then this function checks if that thread state's interpreter
392392
matches *guard*. If it does, it is re-attached and marked as used.
393393

0 commit comments

Comments
 (0)