diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-06-22 22:11:04 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-06-22 22:11:04 (GMT) |
commit | 4ee6d25b1828cd08c6642ac3399f28007bc56d4b (patch) | |
tree | 4f277b86b0cd31006934ea123f649fa8b878bb63 /Doc/library | |
parent | e71bd81a890cea830681880bc5d7298dd98d71ce (diff) | |
download | cpython-4ee6d25b1828cd08c6642ac3399f28007bc56d4b.zip cpython-4ee6d25b1828cd08c6642ac3399f28007bc56d4b.tar.gz cpython-4ee6d25b1828cd08c6642ac3399f28007bc56d4b.tar.bz2 |
Improve English phrasing.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index f163948..ade57a3 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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 |