diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:13:58 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:13:58 (GMT) |
commit | 032bd0a9a89cd17e33f9db724126a3b434315d03 (patch) | |
tree | a29e10984560000df63412015c9f73f5afd97f28 /Doc/lib | |
parent | 065f7b8626ac2cc7be26a3cc1bd5d9ba51b5125d (diff) | |
download | cpython-032bd0a9a89cd17e33f9db724126a3b434315d03.zip cpython-032bd0a9a89cd17e33f9db724126a3b434315d03.tar.gz cpython-032bd0a9a89cd17e33f9db724126a3b434315d03.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libexcs.tex | 2 |
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 |