1 parent 23823c0 commit 9c00fefCopy full SHA for 9c00fef
1 file changed
Doc/c-api/structures.rst
@@ -150,9 +150,8 @@ specific C type of the *self* object.
150
The :attr:`ml_flags` field is a bitfield which can include the following flags.
151
The individual flags indicate either a calling convention or a binding
152
convention. Of the calling convention flags, only :const:`METH_VARARGS` and
153
-:const:`METH_KEYWORDS` can be combined (but note that :const:`METH_KEYWORDS`
154
-alone is equivalent to ``METH_VARARGS | METH_KEYWORDS``). Any of the calling
155
-convention flags can be combined with a binding flag.
+:const:`METH_KEYWORDS` can be combined. Any of the calling convention flags
+can be combined with a binding flag.
156
157
158
.. data:: METH_VARARGS
0 commit comments