summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-08-17 13:39:41 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-08-17 13:39:41 (GMT)
commitfe8745d1e4d2d17f110e927da011da7cc3892edd (patch)
treea987d196efb44c85b4a2781bba02678bc877ad0b /Misc
parent5e7f645c16fde1b34e108b6b16bf0e2d65dd282c (diff)
downloadcpython-fe8745d1e4d2d17f110e927da011da7cc3892edd.zip
cpython-fe8745d1e4d2d17f110e927da011da7cc3892edd.tar.gz
cpython-fe8745d1e4d2d17f110e927da011da7cc3892edd.tar.bz2
typos
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 91baebf..4b28be2 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().