]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42180: fix plural in arguments and control (GH-23015)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Thu, 29 Oct 2020 20:48:21 +0000 (17:48 -0300)
committerGitHub <noreply@github.com>
Thu, 29 Oct 2020 20:48:21 +0000 (20:48 +0000)
https://bugs.python.org/issue42180

Doc/library/functions.rst

index 52a1512b5884fe511b4c22f6e20ede5ac56f920f..a8a4ca42007c636dcb80c04e31b5e18256e4b5cf 100644 (file)
@@ -259,7 +259,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