diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-05-05 16:49:11 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-05-05 16:49:11 (GMT) |
commit | 0fefc140aaa5a0e932e2c30bbcbfb48231b4be49 (patch) | |
tree | ee0ac3a878221ebf7a19d545e56f43655390a1b7 /Doc/lib/libfuncs.tex | |
parent | fdfe618228ef63a6b4db1ad93f8e61162c2e209e (diff) | |
download | cpython-0fefc140aaa5a0e932e2c30bbcbfb48231b4be49.zip cpython-0fefc140aaa5a0e932e2c30bbcbfb48231b4be49.tar.gz cpython-0fefc140aaa5a0e932e2c30bbcbfb48231b4be49.tar.bz2 |
Fix small grammatical mistake.
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index f596cec..fa9cd55 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -143,7 +143,7 @@ class C: sequence of statements, \code{'eval'} if it consists of a single expression, or \code{'single'} if it consists of a single interactive statement (in the latter case, expression statements - that evaluate to something else than \code{None} will printed). + that evaluate to something else than \code{None} will be printed). When compiling multi-line statements, two caveats apply: line endings must be represented by a single newline character |