Skip to content

Commit b920bff

Browse files
Fix the list
1 parent 66ef5bb commit b920bff

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
@@ -428,7 +428,7 @@ existing and new ``PyThreadState`` APIs.
428428
3. :c:func:`PyGILState_GetThisThreadState`: use :c:func:`PyThreadState_Get` or
429429
:c:func:`PyThreadState_GetUnchecked` instead.
430430
4. :c:func:`PyGILState_Check`: use ``PyThreadState_GetUnchecked() != NULL``
431-
instead.
431+
instead.
432432
433433
These APIs will be removed from public C API headers in Python 3.20 (five years
434434
from now). They will remain available in the stable ABI for compatibility.

0 commit comments

Comments
 (0)