We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db727b4 commit b8e336bCopy full SHA for b8e336b
1 file changed
Doc/library/unittest.rst
@@ -1553,8 +1553,8 @@ Loading and running tests
1553
The :class:`TestLoader` class is used to create test suites from classes and
1554
modules. Normally, there is no need to create an instance of this class; the
1555
: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.
+ :data:`unittest.defaultTestLoader`. Using a subclass or instance, however,
+ allows customization of some configurable properties.
1558
1559
:class:`TestLoader` objects have the following methods:
1560
0 commit comments