diff options
author | Fred Drake <fdrake@acm.org> | 2002-03-28 21:06:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-03-28 21:06:17 (GMT) |
commit | 8d62e94761b0b11655f3ba0215eefa3278594883 (patch) | |
tree | 1365342defc9709972459020c079f721aa52a95d /Doc/lib | |
parent | ef99723b660409d278333ec789fbea12655538b9 (diff) | |
download | cpython-8d62e94761b0b11655f3ba0215eefa3278594883.zip cpython-8d62e94761b0b11655f3ba0215eefa3278594883.tar.gz cpython-8d62e94761b0b11655f3ba0215eefa3278594883.tar.bz2 |
Minor wording change.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libexcs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index c865eea..b836811 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -384,7 +384,7 @@ Base class for warnings about dubious syntax Base class for warnings about dubious runtime behavior. \end{excdesc} -The full Exception class hierarchy is: +The class hierarchy for built-in exceptions is: \begin{verbatim} Exception |