From: Ezio Melotti Date: Sun, 29 Apr 2012 07:52:18 +0000 (+0300) Subject: Fix markup in unittest doc. X-Git-Tag: v3.3.0a3~42^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8e336b974dc007346cfa6a9f5042fefb989db27;p=python Fix markup in unittest doc. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index b130a8b088..a698e138fa 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1553,8 +1553,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: