From b6fb8dcbce42427012143c87400e6bc85dc2f360 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 14 Nov 2009 11:50:51 +0000 Subject: [PATCH] Fix terminology. --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index ddece5aabc7..85216e8eb47 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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.