]> granicus.if.org Git - python/commitdiff
Merged revisions 73511 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Thu, 25 Jun 2009 17:37:57 +0000 (17:37 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 25 Jun 2009 17:37:57 +0000 (17:37 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73511 | r.david.murray | 2009-06-22 18:11:04 -0400 (Mon, 22 Jun 2009) | 2 lines

  Improve English phrasing.
........

Doc/library/functions.rst

index 732dfa2a0d993ec3a693c791d76f6b2b8d9d5311..a999e637f24f6bc666563c0767c9da08a8fc6de1 100644 (file)
@@ -154,7 +154,7 @@ are always 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