[Python-checkins] r76259 - python/trunk/Doc/library/functions.rst

georg.brandl python-checkins at python.org
Sat Nov 14 12:50:52 CET 2009


Author: georg.brandl
Date: Sat Nov 14 12:50:51 2009
New Revision: 76259

Log:
Fix terminology.

Modified:
   python/trunk/Doc/library/functions.rst

Modified: python/trunk/Doc/library/functions.rst
==============================================================================
--- python/trunk/Doc/library/functions.rst	(original)
+++ python/trunk/Doc/library/functions.rst	Sat Nov 14 12:50:51 2009
@@ -173,7 +173,7 @@
 
    .. note::
 
-      When compiling a string with multi-line statements in ``'single'`` or
+      When compiling a string with multi-line code in ``'single'`` or
       ``'eval'`` mode, input must be terminated by at least one newline
       character.  This is to facilitate detection of incomplete and complete
       statements in the :mod:`code` module.


More information about the Python-checkins mailing list