From: R. David Murray Date: Mon, 22 Jun 2009 22:11:04 +0000 (+0000) Subject: Improve English phrasing. X-Git-Tag: v2.7a1~918 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee6d25b1828cd08c6642ac3399f28007bc56d4b;p=thirdparty%2FPython%2Fcpython.git Improve English phrasing. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index f1639486605e..ade57a3c9b97 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