From: Fred Drake Date: Fri, 19 Jun 1998 21:19:50 +0000 (+0000) Subject: eval() example: Removed final interpreter prompt; other examples don't have X-Git-Tag: v1.5.2a1~443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b0ff2c32ff28e93295b8f0c9bb318fc87458392;p=python eval() example: Removed final interpreter prompt; other examples don't have the empty prompt. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 3104763b38..3937c29067 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -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