Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b66723 + 9da31f7 commit a27b3b3Copy full SHA for a27b3b3
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