Fix a minor typo and mark an exception name that was missed.

This commit is contained in:
Fred Drake 2001-08-14 21:51:50 +00:00
parent c0cf726d8c
commit ce575bac5e
1 changed files with 1 additions and 1 deletions

View File

@ -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()}.}