diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 19:33:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 19:33:08 (GMT) |
commit | 3bd9ab0ef36db160fb61f2e4ab76bfd8aa257bb2 (patch) | |
tree | 8cf22165283d4a782c7b9fc4a4506e5dc202d6da /Doc/lib | |
parent | 8cab549c0ac7b591026353928b21d5883d494ad6 (diff) | |
download | cpython-3bd9ab0ef36db160fb61f2e4ab76bfd8aa257bb2.zip cpython-3bd9ab0ef36db160fb61f2e4ab76bfd8aa257bb2.tar.gz cpython-3bd9ab0ef36db160fb61f2e4ab76bfd8aa257bb2.tar.bz2 |
Use the new module synopsis syntax, even though we don't need a synopsis table
for this chapter. This protects against backend changes for \declaremodule.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libexcs.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 02325af..3eaa3e0 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -1,6 +1,7 @@ \section{Built-in Exceptions} -\label{module-exceptions} -\stmodindex{exceptions} +\declaremodule{standard}{exceptions} + +\modulesynopsis{Standard exceptions classes.} Exceptions can be class objects or string objects. While |