From: Michael W. Hudson Date: Mon, 10 Feb 2003 19:21:16 +0000 (+0000) Subject: Remove erroneous period. X-Git-Tag: v2.3c1~1928 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aab026068248af5e492e9e28d9ba91c58447ecbf;p=thirdparty%2FPython%2Fcpython.git Remove erroneous period. --- diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 2d710e89b241..9feba2f52ea3 100644 --- a/Doc/lib/libunittest.tex +++ b/Doc/lib/libunittest.tex @@ -298,7 +298,7 @@ separate module, such as \file{widgettests.py}: \begin{itemize} \item The test module can be run standalone from the command line. \item The test code can more easily be separated from shipped code. - \item There is less temptation to change test code to fit the code. + \item There is less temptation to change test code to fit the code it tests without a good reason. \item Test code should be modified much less frequently than the code it tests.