summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-05-13 14:13:58 +0000
committerAndrew M. Kuchling <amk@amk.ca>2003-05-13 14:13:58 +0000
commit032bd0a9a89cd17e33f9db724126a3b434315d03 (patch)
treea29e10984560000df63412015c9f73f5afd97f28
parent065f7b8626ac2cc7be26a3cc1bd5d9ba51b5125d (diff)
downloadcpython-git-032bd0a9a89cd17e33f9db724126a3b434315d03.tar.gz
Fix typo
-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 b8d8f7c8a9..5742fe52bb 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