Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45510ae

Browse files
committed
Fix old typo PyArgs_VaParse -> PyArg_VaParse.
1 parent 7688bba commit 45510ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/RENAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ setmember PyMember_Set
347347
mkvalue Py_BuildValue
348348
vmkvalue Py_VaBuildValue
349349
getargs PyArg_Parse
350-
vgetargs PyArgs_VaParse
350+
vgetargs PyArg_VaParse
351351
newgetargs PyArg_ParseTuple
352352
getichararg PyArg_GetChar
353353
getidoublearray PyArg_GetDoubleArray

0 commit comments

Comments
 (0)