From: Benjamin Peterson Date: Thu, 26 May 2011 22:49:57 +0000 (-0500) Subject: fix typo X-Git-Tag: v3.3.0a1~2183^2~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c556e10b94541d7bf20e908f8eca78e7f63fc28c;p=python fix typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 87359657c5..f3143abbc7 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 -------------