diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 19:06:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 19:06:18 (GMT) |
commit | 46402378ca894bc9ffabb05fc2c59e2d124b41e9 (patch) | |
tree | 3cadd535e95846718d2f718f2963d0500396a269 /Doc/library/unittest.rst | |
parent | bccb8be2622b3b167e13e480466f219e89079766 (diff) | |
download | cpython-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.rst | 2 |
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() |