#7068: Fixed the partial renaming that occured in r72594
diff --git a/Misc/NEWS b/Misc/NEWS
index 3e1d962..6382190 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@
 Library
 -------
 
+- Issue #7068: Fixed the partial renaming that occured in r72594.
+
 - Issue #7064: Fixed the incompatibility with Setuptools in distutils 
   when running the build_ext command.