From 1b0ff2c32ff28e93295b8f0c9bb318fc87458392 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 19 Jun 1998 21:19:50 +0000 Subject: eval() example: Removed final interpreter prompt; other examples don't have the empty prompt. --- Doc/lib/libfuncs.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 3104763..3937c29 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 -- cgit v0.12