]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix terminology.
authorGeorg Brandl <georg@python.org>
Sat, 14 Nov 2009 11:50:51 +0000 (11:50 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 14 Nov 2009 11:50:51 +0000 (11:50 +0000)
Doc/library/functions.rst

index ddece5aabc75446722064b5f5f1ec4e580640743..85216e8eb47b7f40a878560d027060a7db92c9e8 100644 (file)
@@ -173,7 +173,7 @@ available.  They are listed here in alphabetical order.
 
    .. 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.