summaryrefslogtreecommitdiffstats
path: root/Misc/RENAME
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-05 21:53:03 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-05 21:53:03 (GMT)
commit45510aee8f0ef2ba624e602dc05bc65a24f79632 (patch)
tree5ae268a4182e2c4eccbdab426941dc5e4b799b11 /Misc/RENAME
parent7688bbad61a7614420e9e4d6cf99b484c8156c4b (diff)
downloadcpython-45510aee8f0ef2ba624e602dc05bc65a24f79632.zip
cpython-45510aee8f0ef2ba624e602dc05bc65a24f79632.tar.gz
cpython-45510aee8f0ef2ba624e602dc05bc65a24f79632.tar.bz2
Fix old typo PyArgs_VaParse -> PyArg_VaParse.
Diffstat (limited to 'Misc/RENAME')
-rw-r--r--Misc/RENAME2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/RENAME b/Misc/RENAME
index f9b0fd3..92e3aa5 100644
--- a/Misc/RENAME
+++ b/Misc/RENAME
@@ -347,7 +347,7 @@ setmember PyMember_Set
mkvalue Py_BuildValue
vmkvalue Py_VaBuildValue
getargs PyArg_Parse
-vgetargs PyArgs_VaParse
+vgetargs PyArg_VaParse
newgetargs PyArg_ParseTuple
getichararg PyArg_GetChar
getidoublearray PyArg_GetDoubleArray