]> granicus.if.org Git - python/commitdiff
Closes #18729: minor markup improvement.
authorGeorg Brandl <georg@python.org>
Thu, 2 Oct 2014 10:37:50 +0000 (12:37 +0200)
committerGeorg Brandl <georg@python.org>
Thu, 2 Oct 2014 10:37:50 +0000 (12:37 +0200)
Doc/library/unittest.rst

index 52f6e3f41eb719e914ac719e35fe68d5da534ed9..32cf94fbccc94c73105baad5d5a83de9a45b656c 100644 (file)
@@ -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