]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-120608: fix NEWS entry typo (#135535)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Mon, 16 Jun 2025 10:11:49 +0000 (07:11 -0300)
committerGitHub <noreply@github.com>
Mon, 16 Jun 2025 10:11:49 +0000 (13:11 +0300)
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.