fix Doc/extending/extending.rst typo
This commit is contained in:
parent
d049d5c7fb
commit
44fb613816
@ -321,7 +321,7 @@ parameters to be passed in as a tuple acceptable for parsing via
|
||||
|
||||
The :const:`METH_KEYWORDS` bit may be set in the third field if keyword
|
||||
arguments should be passed to the function. In this case, the C function should
|
||||
accept a third ``PyObject \*`` parameter which will be a dictionary of keywords.
|
||||
accept a third ``PyObject *`` parameter which will be a dictionary of keywords.
|
||||
Use :c:func:`PyArg_ParseTupleAndKeywords` to parse the arguments to such a
|
||||
function.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user