]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-120608: fix NEWS entry typo (GH-135535) (#135558)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Jun 2025 10:17:37 +0000 (12:17 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Jun 2025 10:17:37 +0000 (10:17 +0000)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Misc/NEWS.d/3.14.0a6.rst

index bafd8845de69735e934914156cac3d061be270b0..d8840b6f283e76942b0a351fe19f3ccb87e062f9 100644 (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.