diff options
| author | Fred Drake <fdrake@acm.org> | 1998-07-23 19:33:08 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-07-23 19:33:08 +0000 |
| commit | 3bd9ab0ef36db160fb61f2e4ab76bfd8aa257bb2 (patch) | |
| tree | 8cf22165283d4a782c7b9fc4a4506e5dc202d6da /Doc/lib/libexcs.tex | |
| parent | 8cab549c0ac7b591026353928b21d5883d494ad6 (diff) | |
| download | cpython-git-3bd9ab0ef36db160fb61f2e4ab76bfd8aa257bb2.tar.gz | |
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/libexcs.tex')
| -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 02325afd04..3eaa3e038a 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 |
