From: Fred Drake Date: Thu, 23 Jul 1998 19:33:08 +0000 (+0000) Subject: Use the new module synopsis syntax, even though we don't need a synopsis table X-Git-Tag: v1.5.2a1~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bd9ab0ef36db160fb61f2e4ab76bfd8aa257bb2;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 02325afd0445..3eaa3e038a0c 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