[Python-checkins] r73560 - in python/branches/py3k: Doc/library/functions.rst

r.david.murray python-checkins at python.org
Thu Jun 25 19:37:57 CEST 2009


Author: r.david.murray
Date: Thu Jun 25 19:37:57 2009
New Revision: 73560

Log:
Merged revisions 73511 via svnmerge from 
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.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/functions.rst

Modified: python/branches/py3k/Doc/library/functions.rst
==============================================================================
--- python/branches/py3k/Doc/library/functions.rst	(original)
+++ python/branches/py3k/Doc/library/functions.rst	Thu Jun 25 19:37:57 2009
@@ -154,7 +154,7 @@
    ``'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


More information about the Python-checkins mailing list