diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-01-12 07:27:52 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-01-12 07:27:52 (GMT) |
commit | 78a132b814dc821a324f17184845c650b66933dd (patch) | |
tree | 31aa197b2e81914c93a3351ccfc6dbfada6d7922 /Doc | |
parent | f5b5183a1947200a707f1816767ee233a3a8c05b (diff) | |
download | cpython-78a132b814dc821a324f17184845c650b66933dd.zip cpython-78a132b814dc821a324f17184845c650b66933dd.tar.gz cpython-78a132b814dc821a324f17184845c650b66933dd.tar.bz2 |
Fix error where the end of a funcdesc environment was accidentally moved too
far down.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtest.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtest.tex b/Doc/lib/libtest.tex index f89c707..f30b49b 100644 --- a/Doc/lib/libtest.tex +++ b/Doc/lib/libtest.tex @@ -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} |