From 44fb613816f2e0e9fc4388ef80603fa9ae35de4f Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 11 Feb 2012 10:27:31 +0200 Subject: fix Doc/extending/extending.rst typo --- Doc/extending/extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst index c4ced1a..7f1ad5d 100644 --- a/Doc/extending/extending.rst +++ b/Doc/extending/extending.rst @@ -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. -- cgit v0.12