diff options
author | Michael W. Hudson <mwh@python.net> | 2003-02-10 19:21:16 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2003-02-10 19:21:16 (GMT) |
commit | aab026068248af5e492e9e28d9ba91c58447ecbf (patch) | |
tree | 943eed04d2567b9f1de69f8d2dc9a96c07677730 /Doc | |
parent | 1e71b0425856bfbc4aa937ed9bf96364e7bdf74f (diff) | |
download | cpython-aab026068248af5e492e9e28d9ba91c58447ecbf.zip cpython-aab026068248af5e492e9e28d9ba91c58447ecbf.tar.gz cpython-aab026068248af5e492e9e28d9ba91c58447ecbf.tar.bz2 |
Remove erroneous period.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libunittest.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 2d710e8..9feba2f 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. |