From: Brett Cannon Date: Wed, 5 May 2004 16:49:11 +0000 (+0000) Subject: Fix small grammatical mistake. X-Git-Tag: v2.4a1~447 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fefc140aaa5a0e932e2c30bbcbfb48231b4be49;p=thirdparty%2FPython%2Fcpython.git Fix small grammatical mistake. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index f596cecc02c4..fa9cd55bfd64 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