Remove erroneous period.

This commit is contained in:
Michael W. Hudson 2003-02-10 19:21:16 +00:00
parent 1e71b04258
commit aab0260682
1 changed files with 1 additions and 1 deletions

View 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.