Issue #12028: fix NEWS entry
diff --git a/Misc/NEWS b/Misc/NEWS
index 152acba..6a32661 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,7 +178,7 @@
 -------
 
 - Issue #12028: Make threading._get_ident() public, rename it to
-  threading.get_ident() and document it. This function was used by
+  threading.get_ident() and document it. This function was already used using
   _thread.get_ident().
 
 - Issue #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls