]> granicus.if.org Git - python/commitdiff
eval() example: Removed final interpreter prompt; other examples don't have
authorFred Drake <fdrake@acm.org>
Fri, 19 Jun 1998 21:19:50 +0000 (21:19 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 19 Jun 1998 21:19:50 +0000 (21:19 +0000)
the empty prompt.

Doc/lib/libfuncs.tex

index 3104763b38bbfd620939416ea55ab69e7839a0c1..3937c29067c1149fbfa4a5d668e4ea9c825b4095 100644 (file)
@@ -170,7 +170,6 @@ class instances are callable if they have a \method{__call__()} method.
 >>> x = 1
 >>> print eval('x+1')
 2
->>> 
 \end{verbatim}
 
   This function can also be used to execute arbitrary code objects