summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-06-19 21:19:50 (GMT)
committerFred Drake <fdrake@acm.org>1998-06-19 21:19:50 (GMT)
commit1b0ff2c32ff28e93295b8f0c9bb318fc87458392 (patch)
treeee1940d802c409ef2a62682632d276296295125d /Doc
parent59160706b327445cf88b72a66ba7ebc57abb1b29 (diff)
downloadcpython-1b0ff2c32ff28e93295b8f0c9bb318fc87458392.zip
cpython-1b0ff2c32ff28e93295b8f0c9bb318fc87458392.tar.gz
cpython-1b0ff2c32ff28e93295b8f0c9bb318fc87458392.tar.bz2
eval() example: Removed final interpreter prompt; other examples don't have
the empty prompt.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfuncs.tex1
1 files changed, 0 insertions, 1 deletions
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