cpython (2.7): Fix markup in unittest doc.
http://hg.python.org/cpython/rev/de64931637cd changeset: 76620:de64931637cd branch: 2.7 parent: 76617:fb1e71c7619a user: Ezio Melotti <ezio.melotti@gmail.com> date: Sun Apr 29 10:52:18 2012 +0300 summary: Fix markup in unittest doc. 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 @@ -1426,8 +1426,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
participants (1)
-
ezio.melotti