From 43a91f501af205a39ad5026c15975cc12cb09316 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 15 Jun 2025 07:46:40 -0300 Subject: [PATCH] Fix typo in 3.14.0a6.rst --- Misc/NEWS.d/3.14.0a6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.