fix typo
diff --git a/Misc/NEWS b/Misc/NEWS
index 8735965..f3143ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -846,7 +846,7 @@
   Mercurial.
 
 - Issue #12173: The first argument of PyImport_ImportModuleLevel is now `const
-  char *` instead of `char *1`.
+  char *` instead of `char *`.
 
 Documentation
 -------------