]> granicus.if.org Git - python/commitdiff
fix typo
authorBenjamin Peterson <benjamin@python.org>
Thu, 26 May 2011 22:49:57 +0000 (17:49 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 26 May 2011 22:49:57 +0000 (17:49 -0500)
Misc/NEWS

index 87359657c5a9b7d538ca37c1edc1911b6f8ad5b7..f3143abbc769220e2017fe705af46133185e9093 100644 (file)
--- 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
 -------------