summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-11-04 05:45:44 (GMT)
committerFred Drake <fdrake@acm.org>2004-11-04 05:45:44 (GMT)
commit99e5ce5cf4c19d908f919825014141b529f238bf (patch)
treed77e8c6c65fd39dc6f0d7a981ba4cae1d8382674 /Doc/lib
parentb0c6630794da92839c4497ed8c3db3212d87217b (diff)
downloadcpython-99e5ce5cf4c19d908f919825014141b529f238bf.zip
cpython-99e5ce5cf4c19d908f919825014141b529f238bf.tar.gz
cpython-99e5ce5cf4c19d908f919825014141b529f238bf.tar.bz2
markup nit
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libatexit.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/lib/libatexit.tex b/Doc/lib/libatexit.tex
index 922f5d4..33dc7dd 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}