]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42180: fix plural in arguments and control (GH-23015) (GH-23114)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Nov 2020 01:08:38 +0000 (17:08 -0800)
committerGitHub <noreply@github.com>
Tue, 3 Nov 2020 01:08:38 +0000 (01:08 +0000)
https://bugs.python.org/issue42180
(cherry picked from commit b76a8400217827e604ebb543f45156f3caacd9a0)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/library/functions.rst

index 2a54ce5baf6384b98b7cad2db77e93df51bb5dba..9c12b6c48d8ff08c12cc1760d92c36db8737d60a 100644 (file)
@@ -245,7 +245,7 @@ are always available.  They are listed here in alphabetical order.
    interactive statement (in the latter case, expression statements that
    evaluate to something other than ``None`` will be printed).
 
-   The optional argument *flags* and *dont_inherit* controls which
+   The optional arguments *flags* and *dont_inherit* control which
    :ref:`compiler options <ast-compiler-flags>` should be activated
    and which :ref:`future features <future>` should be allowed. If neither
    is present (or both are zero) the code is compiled with the same flags that