Commit 0b094ce1 authored by Benjamin Peterson's avatar Benjamin Peterson

do not line break reference

parent 3137885c
...@@ -1755,13 +1755,13 @@ Loading and running tests ...@@ -1755,13 +1755,13 @@ Loading and running tests
By default this runner shows :exc:`DeprecationWarning`, By default this runner shows :exc:`DeprecationWarning`,
:exc:`PendingDeprecationWarning`, :exc:`ResourceWarning` and :exc:`PendingDeprecationWarning`, :exc:`ResourceWarning` and
:exc:`ImportWarning` even if they are :ref:`ignored by default <warning- :exc:`ImportWarning` even if they are :ref:`ignored by default
ignored>`. Deprecation warnings caused by :ref:`deprecated unittest methods <warning-ignored>`. Deprecation warnings caused by :ref:`deprecated unittest
<deprecated-aliases>` are also special-cased and, when the warning filters methods <deprecated-aliases>` are also special-cased and, when the warning
are ``'default'`` or ``'always'``, they will appear only once per-module, in filters are ``'default'`` or ``'always'``, they will appear only once
order to avoid too many warning messages. This behavior can be overridden per-module, in order to avoid too many warning messages. This behavior can
using the :option:`-Wd` or :option:`-Wa` options and leaving *warnings* to be overridden using the :option:`-Wd` or :option:`-Wa` options and leaving
``None``. *warnings* to ``None``.
.. versionchanged:: 3.2 .. versionchanged:: 3.2
Added the ``warnings`` argument. Added the ``warnings`` argument.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment