We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a17995 commit 9da31f7Copy full SHA for 9da31f7
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