[Python-checkins] python/dist/src/Doc/lib libunittest.tex,1.10,1.11

jvr@users.sourceforge.net jvr@users.sourceforge.net
Sun, 15 Dec 2002 05:14:26 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv3692

Modified Files:
	libunittest.tex 
Log Message:
typo fix.

Index: libunittest.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libunittest.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** libunittest.tex	10 Oct 2002 16:16:25 -0000	1.10
--- libunittest.tex	15 Dec 2002 13:14:22 -0000	1.11
***************
*** 52,56 ****
  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
  integrating existing test code with a PyUnit-driven framework.  When
  building test fixtures using \class{TestCase}, the \method{setUp()}
--- 52,56 ----
  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 latter can be used when
  integrating existing test code with a PyUnit-driven framework.  When
  building test fixtures using \class{TestCase}, the \method{setUp()}