From 4ee6d25b1828cd08c6642ac3399f28007bc56d4b Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Mon, 22 Jun 2009 22:11:04 +0000 Subject: Improve English phrasing. --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12