diff options
author | Brett Cannon <bcannon@gmail.com> | 2006-03-02 03:52:06 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2006-03-02 03:52:06 (GMT) |
commit | 3096c53eaa9837ed7e230c244cf453f091e1842c (patch) | |
tree | 803bed21f0b3bcf8e5db7e116325536ecade3d2f /Doc/lib/libexcs.tex | |
parent | 03e5bc02c9744640f4d228ff7686c2392ab17812 (diff) | |
download | cpython-3096c53eaa9837ed7e230c244cf453f091e1842c.zip cpython-3096c53eaa9837ed7e230c244cf453f091e1842c.tar.gz cpython-3096c53eaa9837ed7e230c244cf453f091e1842c.tar.bz2 |
Fix latex typos as spotted by George Yoshida.
Diffstat (limited to 'Doc/lib/libexcs.tex')
-rw-r--r-- | Doc/lib/libexcs.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index d3b5ddd..f52ff0a 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -82,6 +82,7 @@ instance. All arguments are also stored in \member{args} as a tuple, but it wil eventually be deprecated and thus its use is discouraged. \versionchanged[Changed to inherit from \exception{BaseException}]{2.5} \versionadded{2.5} +\end{excdesc} \begin{excdesc}{Exception} All built-in, non-system-exiting exceptions are derived @@ -168,11 +169,12 @@ Raised when an \keyword{assert} statement fails. \file{pyconfig.h} file. \end{excdesc} -\begin{excdesv}{GeneratorExit} +\begin{excdesc}{GeneratorExit} Raise when a generator's \method{close()} method is called. It directly inherits from \exception{Exception} instead of \exception{StandardError} since it is technically not an error. \versionadded{2.5} +\end{excdesc} \begin{excdesc}{IOError} % XXXJH xrefs here |