Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d049d5c commit 44fb613Copy full SHA for 44fb613
1 file changed
Doc/extending/extending.rst
@@ -321,7 +321,7 @@ parameters to be passed in as a tuple acceptable for parsing via
321
322
The :const:`METH_KEYWORDS` bit may be set in the third field if keyword
323
arguments should be passed to the function. In this case, the C function should
324
-accept a third ``PyObject \*`` parameter which will be a dictionary of keywords.
+accept a third ``PyObject *`` parameter which will be a dictionary of keywords.
325
Use :c:func:`PyArg_ParseTupleAndKeywords` to parse the arguments to such a
326
function.
327
0 commit comments