Skip to content

Commit 6b7a90d

Browse files
bpo-42180: fix plural in arguments and control (GH-23015) (GH-23114)
https://bugs.python.org/issue42180 (cherry picked from commit b76a840) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent e277cb7 commit 6b7a90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ are always available. They are listed here in alphabetical order.
245245
interactive statement (in the latter case, expression statements that
246246
evaluate to something other than ``None`` will be printed).
247247

248-
The optional argument *flags* and *dont_inherit* controls which
248+
The optional arguments *flags* and *dont_inherit* control which
249249
:ref:`compiler options <ast-compiler-flags>` should be activated
250250
and which :ref:`future features <future>` should be allowed. If neither
251251
is present (or both are zero) the code is compiled with the same flags that

0 commit comments

Comments
 (0)