gh-120608: fix NEWS entry typo (#135535)

This commit is contained in:
Rafael Fontenelle 2025-06-16 07:11:49 -03:00 committed by GitHub
parent 667a86e076
commit b102f091fe
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.