[3.14] gh-120608: fix NEWS entry typo (GH-135535) (#135558)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-06-16 12:17:37 +02:00 committed by GitHub
parent 43bf8b30f9
commit 0eec8ddac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1325,7 +1325,7 @@ variable.
.. nonce: d75n8U
.. section: Core and Builtins
Adapt :func:`reversed` for use in the free-theading build. The
Adapt :func:`reversed` for use in the free-threading build. The
:func:`reversed` is still not thread-safe in the sense that concurrent
iterations may see the same object, but they will not corrupt the
interpreter state.