summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-11-14 11:50:51 +0000
committerGeorg Brandl <georg@python.org>2009-11-14 11:50:51 +0000
commitb6fb8dcbce42427012143c87400e6bc85dc2f360 (patch)
tree564b66476dc591f8f288170fc657ce536488e809
parentcde5115f2638dcb13755d6600d7abb725fe704ed (diff)
downloadcpython-git-b6fb8dcbce42427012143c87400e6bc85dc2f360.tar.gz
Fix terminology.
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index ddece5aabc..85216e8eb4 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.