Remove erroneous period.
This commit is contained in:
parent
1e71b04258
commit
aab0260682
|
@ -298,7 +298,7 @@ separate module, such as \file{widgettests.py}:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item The test module can be run standalone from the command line.
|
\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 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.
|
it tests without a good reason.
|
||||||
\item Test code should be modified much less frequently than the
|
\item Test code should be modified much less frequently than the
|
||||||
code it tests.
|
code it tests.
|
||||||
|
|
Loading…
Reference in New Issue