Skip to content

Commit 6f18666

Browse files
committed
gh-144161: wrap free threading note to 80 columns
1 parent 6f221be commit 6f18666

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Doc/c-api/unicode.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,8 @@ 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 <free threading>` build, all interned strings are :term:`immortal`.
1757+
On the :term:`free threaded <free threading>` build,
1758+
all interned strings are :term:`immortal`.
17581759
This may change in the future.
17591760
17601761
.. c:function:: PyObject* PyUnicode_InternFromString(const char *str)

Doc/library/sys.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,8 @@ 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 <free threading>` build, all interned strings are :term:`immortal`.
1329+
On the :term:`free threaded <free threading>` build,
1330+
all interned strings are :term:`immortal`.
13301331
This may change in the future.
13311332

13321333
.. function:: _is_gil_enabled()

0 commit comments

Comments
 (0)