Commit 8d941812 authored by Brett Cannon's avatar Brett Cannon

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

far down.
parent 5e036dbf
...@@ -281,6 +281,7 @@ Execute the \class{unittest.TestSuite} instance \var{suite}. ...@@ -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 ...@@ -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}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment