summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-26 22:49:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-05-26 22:49:57 (GMT)
commitc556e10b94541d7bf20e908f8eca78e7f63fc28c (patch)
treea21fede4976dfbdecee867815333d0cb9a7aa8e7
parent08ae8bb9374b762e53f8e569e293bc24bb081fef (diff)
downloadcpython-c556e10b94541d7bf20e908f8eca78e7f63fc28c.zip
cpython-c556e10b94541d7bf20e908f8eca78e7f63fc28c.tar.gz
cpython-c556e10b94541d7bf20e908f8eca78e7f63fc28c.tar.bz2
fix typo
-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
-------------