summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-03-28 21:06:17 (GMT)
committerFred Drake <fdrake@acm.org>2002-03-28 21:06:17 (GMT)
commit8d62e94761b0b11655f3ba0215eefa3278594883 (patch)
tree1365342defc9709972459020c079f721aa52a95d /Doc/lib
parentef99723b660409d278333ec789fbea12655538b9 (diff)
downloadcpython-8d62e94761b0b11655f3ba0215eefa3278594883.zip
cpython-8d62e94761b0b11655f3ba0215eefa3278594883.tar.gz
cpython-8d62e94761b0b11655f3ba0215eefa3278594883.tar.bz2
Minor wording change.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libexcs.tex2
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