summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libexcs.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-05-13 14:13:58 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-05-13 14:13:58 (GMT)
commit032bd0a9a89cd17e33f9db724126a3b434315d03 (patch)
treea29e10984560000df63412015c9f73f5afd97f28 /Doc/lib/libexcs.tex
parent065f7b8626ac2cc7be26a3cc1bd5d9ba51b5125d (diff)
downloadcpython-032bd0a9a89cd17e33f9db724126a3b434315d03.zip
cpython-032bd0a9a89cd17e33f9db724126a3b434315d03.tar.gz
cpython-032bd0a9a89cd17e33f9db724126a3b434315d03.tar.bz2
Fix typo
Diffstat (limited to 'Doc/lib/libexcs.tex')
-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 b8d8f7c..5742fe5 100644
--- a/Doc/lib/libexcs.tex
+++ b/Doc/lib/libexcs.tex
@@ -1,7 +1,7 @@
\section{Built-in Exceptions}
\declaremodule{standard}{exceptions}
-\modulesynopsis{Standard exceptions classes.}
+\modulesynopsis{Standard exception classes.}
Exceptions can be class objects or string objects. Though most