Skip to content

Commit 5b48b12

Browse files
authored
Update Doc/howto/free-threading-python.rst
1 parent c383d2b commit 5b48b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ As of the 3.14 release, immortalization is limited to:
108108

109109
* Code constants: numeric literals, string literals, and tuple literals
110110
composed of other constants.
111-
* Strings returned by :func:`sys.intern`.
111+
* Strings interned by :func:`sys.intern`.
112112

113113

114114
Frame objects

0 commit comments

Comments
 (0)