Skip to content

Commit d261c91

Browse files
committed
Remove :term: reference from 'free-threaded' (not in glossary)
1 parent bd1935f commit d261c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ They all return ``NULL`` or ``-1`` if an exception occurs.
17541754
You must keep a reference to the result to benefit from interning.
17551755
17561756
.. note::
1757-
On the :term:`free-threaded` build, all interned strings are :term:`immortal`.
1757+
On the free-threaded build, all interned strings are :term:`immortal`.
17581758
This may change in the future.
17591759
17601760
.. c:function:: PyObject* PyUnicode_InternFromString(const char *str)

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
13261326
return value of :func:`intern` around to benefit from it.
13271327

13281328
.. note::
1329-
On the :term:`free-threaded` build, all interned strings are :term:`immortal`.
1329+
On the free-threaded build, all interned strings are :term:`immortal`.
13301330
This may change in the future.
13311331

13321332
.. function:: _is_gil_enabled()

0 commit comments

Comments
 (0)