[Python-checkins] cpython (merge 3.5 -> 3.6): Issue #15657: Merge other doc fix from 3.5

martin.panter python-checkins at python.org
Wed Jan 11 07:14:24 EST 2017


https://hg.python.org/cpython/rev/021fd2ff7ca4
changeset:   106088:021fd2ff7ca4
branch:      3.6
parent:      106087:c140e72492a4
parent:      106086:d7d2d24003f5
user:        Martin Panter <vadmium+py at gmail.com>
date:        Wed Jan 11 11:51:02 2017 +0000
summary:
  Issue #15657: Merge other doc fix from 3.5

files:
  Doc/c-api/structures.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/structures.rst b/Doc/c-api/structures.rst
--- a/Doc/c-api/structures.rst
+++ b/Doc/c-api/structures.rst
@@ -168,7 +168,7 @@
 
    Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
    The function expects three parameters: *self*, *args*, and a dictionary of
-   all the keyword arguments.  The flag is typically combined with
+   all the keyword arguments.  The flag must be combined with
    :const:`METH_VARARGS`, and the parameters are typically processed using
    :c:func:`PyArg_ParseTupleAndKeywords`.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list