diff options
Diffstat (limited to 'Doc/lib/libexcs.tex')
-rw-r--r-- | Doc/lib/libexcs.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 2ff64a3..fb80b76 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -1,6 +1,6 @@ \section{Built-in Exceptions} -\declaremodule{standard}{exceptions} +\declaremodule{standard}{exceptions} \modulesynopsis{Standard exceptions classes.} @@ -224,7 +224,7 @@ Raised when an \keyword{assert} statement fails. \begin{excdesc}{OSError} %xref for os module This class is derived from \exception{EnvironmentError} and is used - primarily as the \module{os} module's \code{os.error} exception. + primarily as the \refmodule{os} module's \code{os.error} exception. See \exception{EnvironmentError} above for a description of the possible associated values. \versionadded{1.5.2} |