summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-08-14 21:51:50 (GMT)
committerFred Drake <fdrake@acm.org>2001-08-14 21:51:50 (GMT)
commitce575bac5e5972177b642d9a434e63ed1657de34 (patch)
tree4a42bb9d80017d6144eb40018aaf258d64e39eae /Doc
parentc0cf726d8c7224ec1e4c31b99b965314dadf7a16 (diff)
downloadcpython-ce575bac5e5972177b642d9a434e63ed1657de34.zip
cpython-ce575bac5e5972177b642d9a434e63ed1657de34.tar.gz
cpython-ce575bac5e5972177b642d9a434e63ed1657de34.tar.bz2
Fix a minor typo and mark an exception name that was missed.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libwarnings.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libwarnings.tex b/Doc/lib/libwarnings.tex
index 21d0bcf..e38da36 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()}.}