diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-09-13 19:08:18 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-09-13 19:08:18 (GMT) |
commit | dc0460a3091a958ec201209cc84c9302b405eeee (patch) | |
tree | b80829d5a81baeb650807ea4f2fcada421b188de /Doc/library | |
parent | e91ea56b307e026ba40140305d8f35f0e1c1143a (diff) | |
download | cpython-dc0460a3091a958ec201209cc84c9302b405eeee.zip cpython-dc0460a3091a958ec201209cc84c9302b405eeee.tar.gz cpython-dc0460a3091a958ec201209cc84c9302b405eeee.tar.bz2 |
Remove an extraneous space in unittest documentation.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index f9e1725..801785d 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 |