]> granicus.if.org Git - python/commitdiff
Consolidate deprecation messages.
authorGeorg Brandl <georg@python.org>
Mon, 10 May 2010 21:50:57 +0000 (21:50 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 10 May 2010 21:50:57 +0000 (21:50 +0000)
Doc/library/unittest.rst

index 06fd78176e0bfbee592813ece20320f8142c3901..102a18778ead38abc545f3aa3a5bda1933777dcb 100644 (file)
@@ -776,8 +776,7 @@ Test cases
       will be *msg* if given, otherwise it will be :const:`None`.
 
       .. deprecated:: 2.7
-         :meth:`failUnless`; use one of the ``assert`` variants.
-         :meth:`assert_`; use :meth:`assertTrue`.
+         :meth:`failUnless` and :meth:`assert_`; use :meth:`assertTrue`.
 
 
    .. method:: assertEqual(first, second[, msg])