Skip to content

Commit b76a840

Browse files
authored
bpo-42180: fix plural in arguments and control (GH-23015)
https://bugs.python.org/issue42180
1 parent 5776663 commit b76a840

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
@@ -259,7 +259,7 @@ are always available. They are listed here in alphabetical order.
259259
interactive statement (in the latter case, expression statements that
260260
evaluate to something other than ``None`` will be printed).
261261

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

0 commit comments

Comments
 (0)