]> granicus.if.org Git - python/commitdiff
Remove erroneous period.
authorMichael W. Hudson <mwh@python.net>
Mon, 10 Feb 2003 19:21:16 +0000 (19:21 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 10 Feb 2003 19:21:16 +0000 (19:21 +0000)
Doc/lib/libunittest.tex

index 2d710e89b241fc30bd3940b20866a91276fee01c..9feba2f52ea319c6610a49db783c3d2c3942a359 100644 (file)
@@ -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.