]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #15657: Delete incorrect statement from PyMethodDef documentation
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Jun 2016 13:37:57 +0000 (16:37 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Jun 2016 13:37:57 +0000 (16:37 +0300)
Doc/c-api/structures.rst

index c6ec685026a1a6ef0422340bad8985e1067400a0..8833a36f7c1d57c2ac1176d1befe4288b670d7c3 100644 (file)
@@ -159,9 +159,8 @@ specific C type of the *self* object.
 The :attr:`ml_flags` field is a bitfield which can include the following flags.
 The individual flags indicate either a calling convention or a binding
 convention.  Of the calling convention flags, only :const:`METH_VARARGS` and
-:const:`METH_KEYWORDS` can be combined (but note that :const:`METH_KEYWORDS`
-alone is equivalent to ``METH_VARARGS | METH_KEYWORDS``). Any of the calling
-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.
 
 
 .. data:: METH_VARARGS