From: Rafael Fontenelle Date: Thu, 29 Oct 2020 20:48:21 +0000 (-0300) Subject: bpo-42180: fix plural in arguments and control (GH-23015) X-Git-Tag: v3.10.0a2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b76a8400217827e604ebb543f45156f3caacd9a0;p=thirdparty%2FPython%2Fcpython.git bpo-42180: fix plural in arguments and control (GH-23015) https://bugs.python.org/issue42180 --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 52a1512b5884..a8a4ca42007c 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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 ` should be activated and which :ref:`future features ` should be allowed. If neither is present (or both are zero) the code is compiled with the same flags that