]> granicus.if.org Git - python/commitdiff
Fix small grammatical mistake.
authorBrett Cannon <bcannon@gmail.com>
Wed, 5 May 2004 16:49:11 +0000 (16:49 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 5 May 2004 16:49:11 +0000 (16:49 +0000)
Doc/lib/libfuncs.tex

index f596cecc02c42c8777480da8a5c6fefb3b29d648..fa9cd55bfd64f2ce57ff57ca7a43961c80b4d588 100644 (file)
@@ -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