mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
typo fix.
This commit is contained in:
parent
45bda57c1d
commit
edd179ee77
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ indicate the results of executing the tests.
|
|||
|
||||
The test case and test fixture concepts are supported through the
|
||||
\class{TestCase} and \class{FunctionTestCase} classes; the former
|
||||
should be used when creating new tests, and the later can be used when
|
||||
should be used when creating new tests, and the latter can be used when
|
||||
integrating existing test code with a PyUnit-driven framework. When
|
||||
building test fixtures using \class{TestCase}, the \method{setUp()}
|
||||
and \method{tearDown()} methods can be overridden to provide
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue