Skip to content

Commit 0eec8dd

Browse files
[3.14] gh-120608: fix NEWS entry typo (GH-135535) (#135558)
Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent 43bf8b3 commit 0eec8dd

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)