Improve English phrasing.

This commit is contained in:
R. David Murray 2009-06-22 22:11:04 +00:00
parent e71bd81a89
commit 4ee6d25b18
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ available. They are listed here in alphabetical order.
``'exec'`` if *source* consists of a sequence of statements, ``'eval'`` if it
consists of a single expression, or ``'single'`` if it consists of a single
interactive statement (in the latter case, expression statements that
evaluate to something else than ``None`` will be printed).
evaluate to something other than ``None`` will be printed).
The optional arguments *flags* and *dont_inherit* control which future
statements (see :pep:`236`) affect the compilation of *source*. If neither