Commit 99e5ce5c authored by Fred Drake's avatar Fred Drake

markup nit

parent b0c66307
...@@ -40,11 +40,10 @@ order. The assumption is that lower level modules will normally be ...@@ -40,11 +40,10 @@ order. The assumption is that lower level modules will normally be
imported before higher level modules and thus must be cleaned up imported before higher level modules and thus must be cleaned up
later. later.
If an exception is raised during execution of the exit handlers, a traceback If an exception is raised during execution of the exit handlers, a
is printed (unless SystemExit is raised) and the exception information is traceback is printed (unless \exception{SystemExit} is raised) and the
saved. After all exit handlers have had a chance to run the last exception exception information is saved. After all exit handlers have had a
to be raised is reraised. chance to run the last exception to be raised is re-raised.
\end{funcdesc} \end{funcdesc}
......
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