Fix error where the end of a funcdesc environment was accidentally moved too

far down.
This commit is contained in:
Brett Cannon 2007-01-12 07:27:52 +00:00
parent f5b5183a19
commit 78a132b814

View 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 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 suite so as to print out more detailed information on where the testing suite
originated from. originated from.
\end{funcdesc}
The \module{test.test_support} module defines the following classes: 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}. Temporarily unset the environment variable \code{envvar}.
\end{methoddesc} \end{methoddesc}
\end{funcdesc}