mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Fix old typo PyArgs_VaParse -> PyArg_VaParse.
This commit is contained in:
parent
7688bbad61
commit
45510aee8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue