[Python-checkins] r42769 - python/trunk/Doc/lib/libexcs.tex

brett.cannon python-checkins at python.org
Thu Mar 2 04:52:07 CET 2006


Author: brett.cannon
Date: Thu Mar  2 04:52:06 2006
New Revision: 42769

Modified:
   python/trunk/Doc/lib/libexcs.tex
Log:
Fix latex typos as spotted by George Yoshida.


Modified: python/trunk/Doc/lib/libexcs.tex
==============================================================================
--- python/trunk/Doc/lib/libexcs.tex	(original)
+++ python/trunk/Doc/lib/libexcs.tex	Thu Mar  2 04:52:06 2006
@@ -82,6 +82,7 @@
 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 @@
   \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


More information about the Python-checkins mailing list