]> granicus.if.org Git - python/commitdiff
Fix markup in unittest doc.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 29 Apr 2012 07:52:18 +0000 (10:52 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 29 Apr 2012 07:52:18 +0000 (10:52 +0300)
Doc/library/unittest.rst

index 36a1532fe47f2a194a40e563f9eb2adcf8f331f5..1782e23d4d2cd5820665230f7b42029a80fb02d3 100644 (file)
@@ -1426,8 +1426,8 @@ Loading and running tests
    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: