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.
This commit is contained in:
Fred Drake 1998-07-23 19:33:08 +00:00
parent 8cab549c0a
commit 3bd9ab0ef3

View 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