File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module, you should write one or more test cases to exercise that new
1313functionality. There are different ways to do this within the regression
1414testing facility provided with Python; any particular test should use only
1515one of these options. Each option requires writing a test module using the
16- conventions of the the selected option:
16+ conventions of the selected option:
1717
1818 - PyUnit_ based tests
1919 - doctest_ based tests
@@ -41,7 +41,7 @@ Java implementation of Beck's original SmallTalk test framework. Please
4141see the documentation of the unittest_ module for detailed information on
4242the interface and general guidelines on writing PyUnit based tests.
4343
44- The test_support helper module provides a two functions for use by
44+ The test_support helper module provides two functions for use by
4545PyUnit based tests in the Python regression testing framework:
4646
4747- ``run_unittest()`` takes a ``unittest.TestCase`` derived class as a
You can’t perform that action at this time.
0 commit comments