commit | 032bd0a9a89cd17e33f9db724126a3b434315d03 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue May 13 14:13:58 2003 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue May 13 14:13:58 2003 +0000 |
tree | a29e10984560000df63412015c9f73f5afd97f28 | |
parent | 065f7b8626ac2cc7be26a3cc1bd5d9ba51b5125d [diff] [blame] |
Fix typo
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