]> granicus.if.org Git - python/commitdiff
Use the new module synopsis syntax, even though we don't need a synopsis table
authorFred Drake <fdrake@acm.org>
Thu, 23 Jul 1998 19:33:08 +0000 (19:33 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 23 Jul 1998 19:33:08 +0000 (19:33 +0000)
for this chapter.  This protects against backend changes for \declaremodule.

Doc/lib/libexcs.tex

index 02325afd0445986b8563b48de0e580b58addfce5..3eaa3e038a0c0aea66931517a6f462bf491911a5 100644 (file)
@@ -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