]> granicus.if.org Git - python/commitdiff
typos
authorBenjamin Peterson <benjamin@python.org>
Mon, 17 Aug 2009 13:39:41 +0000 (13:39 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 17 Aug 2009 13:39:41 +0000 (13:39 +0000)
Misc/NEWS

index 91baebfcc46ea2ef27bbd8a8557397d1f572fcc8..4b28be2bb6aef49fb755c144d7afabde4920c80a 100644 (file)
--- 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().