2 parents 9c00fef + 1f6f7dd commit b4e495bCopy full SHA for b4e495b
1 file changed
Doc/c-api/structures.rst
@@ -168,7 +168,7 @@ can be combined with a binding flag.
168
169
Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
170
The function expects three parameters: *self*, *args*, and a dictionary of
171
- all the keyword arguments. The flag is typically combined with
+ all the keyword arguments. The flag must be combined with
172
:const:`METH_VARARGS`, and the parameters are typically processed using
173
:c:func:`PyArg_ParseTupleAndKeywords`.
174
0 commit comments