From: Fred Drake Date: Thu, 4 Nov 2004 05:45:44 +0000 (+0000) Subject: markup nit X-Git-Tag: v2.4c1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99e5ce5cf4c19d908f919825014141b529f238bf;p=python markup nit --- diff --git a/Doc/lib/libatexit.tex b/Doc/lib/libatexit.tex index 922f5d4373..33dc7ddf8c 100644 --- a/Doc/lib/libatexit.tex +++ b/Doc/lib/libatexit.tex @@ -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}