diff options
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 1 |
1 files changed, 0 insertions, 1 deletions
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 |