Skip to content

Commit b8e336b

Browse files
committed
Fix markup in unittest doc.
1 parent db727b4 commit b8e336b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/unittest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,8 +1553,8 @@ Loading and running tests
15531553
The :class:`TestLoader` class is used to create test suites from classes and
15541554
modules. Normally, there is no need to create an instance of this class; the
15551555
:mod:`unittest` module provides an instance that can be shared as
1556-
``unittest.defaultTestLoader``. Using a subclass or instance, however, allows
1557-
customization of some configurable properties.
1556+
:data:`unittest.defaultTestLoader`. Using a subclass or instance, however,
1557+
allows customization of some configurable properties.
15581558

15591559
:class:`TestLoader` objects have the following methods:
15601560

0 commit comments

Comments
 (0)