]> granicus.if.org Git - python/commitdiff
typo fix.
authorJust van Rossum <just@letterror.com>
Sun, 15 Dec 2002 13:14:22 +0000 (13:14 +0000)
committerJust van Rossum <just@letterror.com>
Sun, 15 Dec 2002 13:14:22 +0000 (13:14 +0000)
Doc/lib/libunittest.tex

index 1cd2857136e69ba215f7838aecd43b37eaa88bf1..b1c091838c9a8b9096afcefb0f914ecde9853a5d 100644 (file)
@@ -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