From ce575bac5e5972177b642d9a434e63ed1657de34 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 14 Aug 2001 21:51:50 +0000 Subject: [PATCH] Fix a minor typo and mark an exception name that was missed. --- Doc/lib/libwarnings.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libwarnings.tex b/Doc/lib/libwarnings.tex index 21d0bcfdcf2..e38da36f293 100644 --- a/Doc/lib/libwarnings.tex +++ b/Doc/lib/libwarnings.tex @@ -55,7 +55,7 @@ currently defined: \begin{tableii}{l|l}{exception}{Class}{Description} \lineii{Warning}{This is the base class of all warning category -classes. It itself a subclass of Exception.} +classes. It is a subclass of \exception{Exception}.} \lineii{UserWarning}{The default category for \function{warn()}.}