[Python-checkins] cpython (3.4): Closes #18729: minor markup improvement.

georg.brandl python-checkins at python.org
Thu Oct 2 12:39:16 CEST 2014


https://hg.python.org/cpython/rev/1e0156aef491
changeset:   92761:1e0156aef491
branch:      3.4
parent:      92758:41f46f7f2722
user:        Georg Brandl <georg at python.org>
date:        Thu Oct 02 12:37:50 2014 +0200
summary:
  Closes #18729: minor markup improvement.

files:
  Doc/library/unittest.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1644,7 +1644,7 @@
       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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list