]> granicus.if.org Git - python/commitdiff
revert r76243; I was right, actually :)
authorBenjamin Peterson <benjamin@python.org>
Fri, 13 Nov 2009 22:56:00 +0000 (22:56 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 13 Nov 2009 22:56:00 +0000 (22:56 +0000)
Doc/library/functions.rst

index 7dc2a540efd83225119941b32ab005227f0ee48e..ddece5aabc75446722064b5f5f1ec4e580640743 100644 (file)
@@ -173,10 +173,10 @@ available.  They are listed here in alphabetical order.
 
    .. note::
 
-      When compiling a string with multi-line statements in ``'single'``, 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.
+      When compiling a string with multi-line statements 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.
 
    .. versionchanged:: 2.3
       The *flags* and *dont_inherit* arguments were added.