Skip to content

Commit 4ee440f

Browse files
committed
Fix Sphinx errors.
1 parent a5c6c98 commit 4ee440f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/c-api/refcounting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ of Python objects.
2525
2626
.. note::
2727
28-
On :term:`free-threaded build`s of Python, returning 1
28+
On :term:`free-threaded builds <free-threaded build>` of Python, returning 1
2929
isn't sufficient to determine if it's safe to treat *o* as having no
3030
access by other threads. Use :c:func:`PyUnstable_Object_IsUniquelyReferenced`
3131
for that instead.

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Glossary
160160
On most builds of Python, having an attached thread state implies that the
161161
caller holds the :term:`GIL` for the current interpreter, so only
162162
one OS thread can have an attached thread state at a given moment. In
163-
:term:`free-threaded builds <free-threaded builds>` of Python, threads can
163+
:term:`free-threaded builds <free-threaded build>` of Python, threads can
164164
concurrently hold an attached thread state, allowing for true parallelism of
165165
the bytecode interpreter.
166166

Doc/using/configure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ General Options
421421
:no-typesetting:
422422

423423
Enables support for running Python without the :term:`global interpreter
424-
lock` (GIL): :term:`free-threading build`.
424+
lock` (GIL): :term:`free-threaded build`.
425425

426426
Defines the ``Py_GIL_DISABLED`` macro and adds ``"t"`` to
427427
:data:`sys.abiflags`.

0 commit comments

Comments
 (0)