mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-120608: fix NEWS entry typo (#135535)
This commit is contained in:
parent
667a86e076
commit
b102f091fe
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue