Consolidate deprecation messages.
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 06fd781..102a187 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -776,8 +776,7 @@
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])