]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove an extraneous space in unittest documentation.
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 13 Sep 2009 19:08:18 +0000 (19:08 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 13 Sep 2009 19:08:18 +0000 (19:08 +0000)
Doc/library/unittest.rst

index f9e17259bd4d83517b60ad906c930687c22b1fce..801785da4cc18ebdebd4f07655f653207cde4519 100644 (file)
@@ -1273,7 +1273,7 @@ Loading and running tests
       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