[Python-checkins] r53393 - python/trunk/Doc/lib/libtest.tex

brett.cannon python-checkins at python.org
Fri Jan 12 08:27:52 CET 2007


Author: brett.cannon
Date: Fri Jan 12 08:27:52 2007
New Revision: 53393

Modified:
   python/trunk/Doc/lib/libtest.tex
Log:
Fix error where the end of a funcdesc environment was accidentally moved too
far down.


Modified: python/trunk/Doc/lib/libtest.tex
==============================================================================
--- python/trunk/Doc/lib/libtest.tex	(original)
+++ python/trunk/Doc/lib/libtest.tex	Fri Jan 12 08:27:52 2007
@@ -281,6 +281,7 @@
 The optional argument \var{testclass} accepts one of the test classes in the
 suite so as to print out more detailed information on where the testing suite
 originated from.
+\end{funcdesc}
 
 The \module{test.test_support} module defines the following classes:
 
@@ -299,4 +300,3 @@
 Temporarily unset the environment variable \code{envvar}.
 \end{methoddesc}
 
-\end{funcdesc}


More information about the Python-checkins mailing list