summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 19:06:18 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 19:06:18 (GMT)
commit46402378ca894bc9ffabb05fc2c59e2d124b41e9 (patch)
tree3cadd535e95846718d2f718f2963d0500396a269 /Doc/library/unittest.rst
parentbccb8be2622b3b167e13e480466f219e89079766 (diff)
downloadcpython-46402378ca894bc9ffabb05fc2c59e2d124b41e9.zip
cpython-46402378ca894bc9ffabb05fc2c59e2d124b41e9.tar.gz
cpython-46402378ca894bc9ffabb05fc2c59e2d124b41e9.tar.bz2
Fix markup errors.
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 63ad705..75070f7 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1879,7 +1879,7 @@ Loading and running tests
:ref:`deprecated unittest methods <deprecated-aliases>` are also
special-cased and, when the warning filters are ``'default'`` or ``'always'``,
they will appear only once per-module, in order to avoid too many warning
- messages. This behavior can be overridden using the :option`-Wd` or
+ messages. This behavior can be overridden using the :option:`-Wd` or
:option:`-Wa` options and leaving *warnings* to ``None``.
.. method:: _makeResult()