diff options
author | Just van Rossum <just@letterror.com> | 2002-12-15 13:14:22 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2002-12-15 13:14:22 (GMT) |
commit | edd179ee7789d2938c973880027a54be7d817e6d (patch) | |
tree | 9ce6232e3baf3ef1e88935511d1626a42ad3182a /Doc | |
parent | 45bda57c1dae5a352ab776230ed2487706811a91 (diff) | |
download | cpython-edd179ee7789d2938c973880027a54be7d817e6d.zip cpython-edd179ee7789d2938c973880027a54be7d817e6d.tar.gz cpython-edd179ee7789d2938c973880027a54be7d817e6d.tar.bz2 |
typo fix.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libunittest.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 1cd2857..b1c0918 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 |