]> granicus.if.org Git - python/commitdiff
do not line break reference
authorBenjamin Peterson <benjamin@python.org>
Sun, 16 Feb 2014 17:46:30 +0000 (12:46 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 16 Feb 2014 17:46:30 +0000 (12:46 -0500)
Doc/library/unittest.rst

index fa4b46897a2be4dc6cd9d4aeee1ff9c4369751db..f4e554d9f0a9bbd20f3116f66d88c47d185058bf 100644 (file)
@@ -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 <warning-
-   ignored>`. Deprecation warnings caused by :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 :option:`-Wa` options and leaving *warnings* to
-   ``None``.
+   :exc:`ImportWarning` even if they are :ref:`ignored by default
+   <warning-ignored>`. Deprecation warnings caused by :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 :option:`-Wa` options and leaving
+   *warnings* to ``None``.
 
    .. versionchanged:: 3.2
       Added the ``warnings`` argument.