]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#19006: fix wording in unittest docs.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 12 Jan 2016 09:03:10 +0000 (11:03 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 12 Jan 2016 09:03:10 +0000 (11:03 +0200)
Doc/library/unittest.rst

index 96aa2bcc5510304d65a066075d7ffa20ee36d7ec..212d93dd62d3555c6a626dc7621cafe657404c1f 100644 (file)
@@ -783,8 +783,9 @@ Test cases
 
    .. _assert-methods:
 
-   The :class:`TestCase` class provides a number of methods to check for and
-   report failures, such as:
+   The :class:`TestCase` class provides several assert methods to check for and
+   report failures.  The following table lists the most commonly used methods
+   (see the tables below for more assert methods):
 
    +-----------------------------------------+-----------------------------+---------------+
    | Method                                  | Checks that                 | New in        |