]> granicus.if.org Git - python/commitdiff
Fix error where the end of a funcdesc environment was accidentally moved too
authorBrett Cannon <bcannon@gmail.com>
Fri, 12 Jan 2007 07:27:52 +0000 (07:27 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 12 Jan 2007 07:27:52 +0000 (07:27 +0000)
far down.

Doc/lib/libtest.tex

index f89c70723c94d8525e4a30c982d22d15075b939b..f30b49bcbf818d23e72383aef8d65b7f940bfe58 100644 (file)
@@ -281,6 +281,7 @@ Execute the \class{unittest.TestSuite} instance \var{suite}.
 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 set the environment variable \code{envvar} to the value of
 Temporarily unset the environment variable \code{envvar}.
 \end{methoddesc}
 
-\end{funcdesc}