Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88af4df

Browse files
committed
Fix typos.
1 parent 363f6d6 commit 88af4df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module, you should write one or more test cases to exercise that new
1313
functionality. There are different ways to do this within the regression
1414
testing facility provided with Python; any particular test should use only
1515
one 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
4141
see the documentation of the unittest_ module for detailed information on
4242
the 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
4545
PyUnit based tests in the Python regression testing framework:
4646

4747
- ``run_unittest()`` takes a ``unittest.TestCase`` derived class as a

0 commit comments

Comments
 (0)