mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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:
parent
8cab549c0a
commit
3bd9ab0ef3
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue