Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5fbd37e

Browse files
committed
Merge markup fix in unittest doc from 3.2.
2 parents 4ca008b + b8e336b commit 5fbd37e

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
@@ -1547,8 +1547,8 @@ Loading and running tests
15471547
The :class:`TestLoader` class is used to create test suites from classes and
15481548
modules. Normally, there is no need to create an instance of this class; the
15491549
:mod:`unittest` module provides an instance that can be shared as
1550-
``unittest.defaultTestLoader``. Using a subclass or instance, however, allows
1551-
customization of some configurable properties.
1550+
:data:`unittest.defaultTestLoader`. Using a subclass or instance, however,
1551+
allows customization of some configurable properties.
15521552

15531553
:class:`TestLoader` objects have the following methods:
15541554

0 commit comments

Comments
 (0)