From: Benjamin Peterson Date: Mon, 17 Aug 2009 13:39:41 +0000 (+0000) Subject: typos X-Git-Tag: v2.7a1~650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8745d1e4d2d17f110e927da011da7cc3892edd;p=thirdparty%2FPython%2Fcpython.git typos --- diff --git a/Misc/NEWS b/Misc/NEWS index 91baebfcc46e..4b28be2bb6ae 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1208,8 +1208,8 @@ Build C-API ----- -- Issue #6624: yArg_ParseTuple with "s" format when parsing argument with - NUL: Bogus TypeError detail string. +- Issue #6624: PyArg_ParseTuple with "s" format when parsing argument with + NULL: Bogus TypeError detail string. - Issue #5954: Add a PyFrame_GetLineNumber() function to replace most uses of PyCode_Addr2Line().