8000 gh-120608: fix NEWS entry typo (#135535) · python/cpython@b102f09 · GitHub
[go: up one dir, main page]

Skip to content

Commit b102f09

Browse files
authored
gh-120608: fix NEWS entry typo (#135535)
1 parent 667a86e commit b102f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/3.14.0a6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ variable.
13251325
.. nonce: d75n8U
13261326
.. section: Core and Builtins
13271327
1328-
Adapt :func:`reversed` for use in the free-theading build. The
1328+
Adapt :func:`reversed` for use in the free-threading build. The
13291329
:func:`reversed` is still not thread-safe in the sense that concurrent
13301330
iterations may see the same object, but they will not corrupt the
13311331
interpreter state.

0 commit comments

Comments
 (0)
0