mirror of https://github.com/python/cpython
Issue #15657: Merge other doc fix from 3.5
This commit is contained in:
commit
a27b3b3192
|
@ -168,7 +168,7 @@ can be combined with a binding flag.
|
|||
|
||||
Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
|
||||
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
|
||||
:c:func:`PyArg_ParseTupleAndKeywords`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue