Skip to content

Commit d4faacc

Browse files
Update pep-0788.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 9b0d0ca commit d4faacc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0788.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ code in their stream of calls (for example, C++ executing finalizers in
8383
``Py_IsFinalizing`` is insufficient
8484
***********************************
8585

86-
The `docs <https://docs.python.org/3/c-api/init.html#c.PyGILState_Ensure>`_
86+
The :c:func:`docs <PyGILState_Ensure>`
8787
currently recommend :c:func:`Py_IsFinalizing` to guard against termination of
8888
the thread:
8989

0 commit comments

Comments
 (0)