From 8d62e94761b0b11655f3ba0215eefa3278594883 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 28 Mar 2002 21:06:17 +0000 Subject: [PATCH] Minor wording change. --- Doc/lib/libexcs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index c865eea58a..b8368117be 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 -- 2.50.1