mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Remove erroneous period.
This commit is contained in:
parent
1e71b04258
commit
aab0260682
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue