From: Benjamin Peterson Date: Sun, 16 Feb 2014 17:46:30 +0000 (-0500) Subject: do not line break reference X-Git-Tag: v3.3.5rc1^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b094ce17072c33b3bdf01b01aab4d42e6e84720;p=python do not line break reference --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index fa4b46897a..f4e554d9f0 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1755,13 +1755,13 @@ Loading and running tests By default this runner shows :exc:`DeprecationWarning`, :exc:`PendingDeprecationWarning`, :exc:`ResourceWarning` and - :exc:`ImportWarning` even if they are :ref:`ignored by default `. Deprecation warnings caused by :ref:`deprecated unittest methods - ` 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 :option:`-Wa` options and leaving *warnings* to - ``None``. + :exc:`ImportWarning` even if they are :ref:`ignored by default + `. Deprecation warnings caused by :ref:`deprecated unittest + methods ` 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 :option:`-Wa` options and leaving + *warnings* to ``None``. .. versionchanged:: 3.2 Added the ``warnings`` argument.