From 4be00d6392cba14cb48ed33c8b9ea8858f7565f3 Mon Sep 17 00:00:00 2001 From: "r.david.murray" Date: Mon, 22 Jun 2009 22:11:04 +0000 Subject: [PATCH] Improve English phrasing. git-svn-id: http://svn.python.org/projects/python/trunk@73511 6015fed2-1504-0410-9fe1-9d1591cc4771 --- 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 f163948660..ade57a3c9b 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 -- 2.11.4.GIT