Commit a27b3b31 authored by Martin Panter's avatar Martin Panter

Issue #15657: Merge other doc fix from 3.5

parents 5b66723b 9da31f72
...@@ -168,7 +168,7 @@ can be combined with a binding flag. ...@@ -168,7 +168,7 @@ can be combined with a binding flag.
Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`. Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
The function expects three parameters: *self*, *args*, and a dictionary of The function expects three parameters: *self*, *args*, and a dictionary of
all the keyword arguments. The flag is typically combined with all the keyword arguments. The flag must be combined with
:const:`METH_VARARGS`, and the parameters are typically processed using :const:`METH_VARARGS`, and the parameters are typically processed using
:c:func:`PyArg_ParseTupleAndKeywords`. :c:func:`PyArg_ParseTupleAndKeywords`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment