[Python-checkins] cpython: fix typo

benjamin.peterson python-checkins at python.org
Fri May 27 00:49:41 CEST 2011


http://hg.python.org/cpython/rev/e2209661738e
changeset:   70429:e2209661738e
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu May 26 17:49:57 2011 -0500
summary:
  fix typo

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- 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
 -------------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list