clarify
diff --git a/Misc/NEWS b/Misc/NEWS
index a736ad8..d534578 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,7 +74,8 @@
 
 - Issue #6093: Fix off-by-one error in locale.strxfrm.
 
-- The _functools and _locale modules are now built into the shared library.
+- The _functools and _locale modules are now built into the libpython shared
+  library instead of as extension modules.
 
 Tests
 -----