From: Michael Foord Date: Sun, 13 Sep 2009 19:08:18 +0000 (+0000) Subject: Remove an extraneous space in unittest documentation. X-Git-Tag: v2.7a1~547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc0460a3091a958ec201209cc84c9302b405eeee;p=thirdparty%2FPython%2Fcpython.git Remove an extraneous space in unittest documentation. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index f9e17259bd4d..801785da4cc1 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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