mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix error where the end of a funcdesc environment was accidentally moved too
far down.
This commit is contained in:
parent
f5b5183a19
commit
78a132b814
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue