]> granicus.if.org Git - python/commitdiff
markup nit
authorFred Drake <fdrake@acm.org>
Thu, 4 Nov 2004 05:45:44 +0000 (05:45 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Nov 2004 05:45:44 +0000 (05:45 +0000)
Doc/lib/libatexit.tex

index 922f5d43738a806622cf7de06f0823a5c4e4f1e9..33dc7ddf8cdb7daaecf8087334fe8c22223eb79f 100644 (file)
@@ -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
 later.
 
-If an exception is raised during execution of the exit handlers, a traceback
-is printed (unless SystemExit is raised) and the exception information is
-saved.  After all exit handlers have had a chance to run the last exception
-to be raised is reraised.
-
+If an exception is raised during execution of the exit handlers, a
+traceback is printed (unless \exception{SystemExit} is raised) and the
+exception information is saved.  After all exit handlers have had a
+chance to run the last exception to be raised is re-raised.
 \end{funcdesc}