Commit c8548971 authored by Fred Drake's avatar Fred Drake

eval() example: Removed final interpreter prompt; other examples don't have

the empty prompt.
parent d0f2323f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment