summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-23 19:33:08 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-23 19:33:08 (GMT)
commit3bd9ab0ef36db160fb61f2e4ab76bfd8aa257bb2 (patch)
tree8cf22165283d4a782c7b9fc4a4506e5dc202d6da /Doc/lib
parent8cab549c0ac7b591026353928b21d5883d494ad6 (diff)
downloadcpython-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.tex5
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