Skip to content

Commit

Permalink
bpo-42180: fix plural in arguments and control (pythonGH-23015)
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed Oct 29, 2020
1 parent 5776663 commit b76a840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b76a840

Please sign in to comment.