https://github.com/python/cpython/commit/0eec8ddac35757e74ca440a384f54c1acf61ce1e
commit: 0eec8ddac35757e74ca440a384f54c1acf61ce1e
branch: 3.14
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-06-16T10:17:37Z
summary:

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

Co-authored-by: Rafael Fontenelle <rffontene...@users.noreply.github.com>

files:
M Misc/NEWS.d/3.14.0a6.rst

diff --git a/Misc/NEWS.d/3.14.0a6.rst b/Misc/NEWS.d/3.14.0a6.rst
index bafd8845de6973..d8840b6f283e76 100644
--- a/Misc/NEWS.d/3.14.0a6.rst
+++ b/Misc/NEWS.d/3.14.0a6.rst
@@ -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.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to