]> granicus.if.org Git - python/commitdiff
Fix typos.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 3 Feb 2003 20:22:27 +0000 (20:22 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 3 Feb 2003 20:22:27 +0000 (20:22 +0000)
Lib/test/README

index 6ecd5932f9f8e643f985535049b2957035d059c1..daa32735e08286bd431f4246479828814f92e43a 100644 (file)
@@ -13,7 +13,7 @@ module, you should write one or more test cases to exercise that new
 functionality.  There are different ways to do this within the regression
 testing facility provided with Python; any particular test should use only
 one of these options.  Each option requires writing a test module using the
-conventions of the the selected option:
+conventions of the selected option:
 
     - PyUnit_ based tests
     - doctest_ based tests
@@ -41,7 +41,7 @@ Java implementation of Beck's original SmallTalk test framework.  Please
 see the documentation of the unittest_ module for detailed information on
 the interface and general guidelines on writing PyUnit based tests.
 
-The test_support helper module provides two functions for use by
+The test_support helper module provides two functions for use by
 PyUnit based tests in the Python regression testing framework:
 
 - ``run_unittest()`` takes a ``unittest.TestCase`` derived class as a