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

Skip to content

Commit 44fb613

Browse files
committed
fix Doc/extending/extending.rst typo
1 parent d049d5c commit 44fb613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/extending/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ parameters to be passed in as a tuple acceptable for parsing via
321321

322322
The :const:`METH_KEYWORDS` bit may be set in the third field if keyword
323323
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.
324+
accept a third ``PyObject *`` parameter which will be a dictionary of keywords.
325325
Use :c:func:`PyArg_ParseTupleAndKeywords` to parse the arguments to such a
326326
function.
327327

0 commit comments

Comments
 (0)