[Python-checkins] r74786 - python/trunk/Doc/library/unittest.rst

michael.foord python-checkins at python.org
Sun Sep 13 21:08:18 CEST 2009


Author: michael.foord
Date: Sun Sep 13 21:08:18 2009
New Revision: 74786

Log:
Remove an extraneous space in unittest documentation.

Modified:
   python/trunk/Doc/library/unittest.rst

Modified: python/trunk/Doc/library/unittest.rst
==============================================================================
--- python/trunk/Doc/library/unittest.rst	(original)
+++ python/trunk/Doc/library/unittest.rst	Sun Sep 13 21:08:18 2009
@@ -1273,7 +1273,7 @@
       function. If this exists then it will be called with *loader*, *tests*,
       *pattern*.
 
-      If load_tests exists then discovery does  *not* recurse into the package,
+      If load_tests exists then discovery does *not* recurse into the package,
       ``load_tests`` is responsible for loading all tests in the package.
 
       The pattern is deliberately not stored as a loader attribute so that


More information about the Python-checkins mailing list