From: Just van Rossum Date: Sun, 15 Dec 2002 13:14:22 +0000 (+0000) Subject: typo fix. X-Git-Tag: v2.3c1~3004 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edd179ee7789d2938c973880027a54be7d817e6d;p=thirdparty%2FPython%2Fcpython.git typo fix. --- diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 1cd2857136e6..b1c091838c9a 100644 --- a/Doc/lib/libunittest.tex +++ b/Doc/lib/libunittest.tex @@ -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