summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8735965..f3143ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -846,7 +846,7 @@ C-API
Mercurial.
- Issue #12173: The first argument of PyImport_ImportModuleLevel is now `const
- char *` instead of `char *1`.
+ char *` instead of `char *`.
Documentation
-------------