From: Georg Brandl Date: Thu, 2 Oct 2014 10:37:50 +0000 (+0200) Subject: Closes #18729: minor markup improvement. X-Git-Tag: v3.4.3rc1~567 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f1ef9efd573f6fc9996d61dc239fdfed771614b;p=thirdparty%2FPython%2Fcpython.git Closes #18729: minor markup improvement. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 52f6e3f41eb7..32cf94fbccc9 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1644,7 +1644,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