We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5776663 commit b76a840Copy full SHA for b76a840
Doc/library/functions.rst
@@ -259,7 +259,7 @@ are always available. They are listed here in alphabetical order.
259
interactive statement (in the latter case, expression statements that
260
evaluate to something other than ``None`` will be printed).
261
262
- The optional argument *flags* and *dont_inherit* controls which
+ The optional arguments *flags* and *dont_inherit* control which
263
:ref:`compiler options <ast-compiler-flags>` should be activated
264
and which :ref:`future features <future>` should be allowed. If neither
265
is present (or both are zero) the code is compiled with the same flags that
0 commit comments