Skip to content

Commit 19b911d

Browse files
committed
Move word out of link
1 parent 4f64511 commit 19b911d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/free-threading-extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ you should guard the slot with a :c:data:`PY_VERSION_HEX` check.
6767
Single-Phase Initialization
6868
...........................
6969

70-
Extensions that use :ref:`legacy single-phase initialization <single-phase-initialization>`
70+
Extensions that use legacy :ref:`single-phase initialization <single-phase-initialization>`
7171
(that is, :c:func:`PyModule_Create`) should call :c:func:`PyUnstable_Module_SetGIL` to
7272
indicate that they support running with the GIL disabled. The function is
7373
only defined in the free-threaded build, so you should guard the call with

0 commit comments

Comments
 (0)