summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-04-29 10:52:18 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2012-04-29 10:52:18 +0300
commit94afec7482e8555960427e91ee061d34da78236f (patch)
treebcd11b51816ba9d171c58b27c7f270ef66e5cfb9
parent3b62415760792d181abc8ac8ead9ab77d85c8f45 (diff)
downloadcpython-94afec7482e8555960427e91ee061d34da78236f.tar.gz
Fix markup in unittest doc.
-rw-r--r--Doc/library/unittest.rst4
1 files changed, 2 insertions, 2 deletions
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: