[Python-checkins] cpython (merge 3.2 -> default): Merge markup fix in unittest doc from 3.2.

ezio.melotti python-checkins at python.org
Sun Apr 29 09:53:40 CEST 2012


http://hg.python.org/cpython/rev/653f79e357f8
changeset:   76622:653f79e357f8
parent:      76619:f9f11998a20d
parent:      76621:2620641725bb
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Apr 29 10:53:31 2012 +0300
summary:
  Merge markup fix in unittest doc from 3.2.

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


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1547,8 +1547,8 @@
    The :class:`TestLoader` class is used to create test suites from classes and
    modules.  Normally, there is no need to create an instance of this class; the
    :mod:`unittest` module provides an instance that can be shared as
-   ``unittest.defaultTestLoader``. Using a subclass or instance, however, allows
-   customization of some configurable properties.
+   :data:`unittest.defaultTestLoader`.  Using a subclass or instance, however,
+   allows customization of some configurable properties.
 
    :class:`TestLoader` objects have the following methods:
 

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


More information about the Python-checkins mailing list