summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2016-01-12 09:03:10 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2016-01-12 09:03:10 (GMT)
commit7f62062be1c049d5ff8c7be6d3206e5395142828 (patch)
treec6526f9140e7b3fb1c4cdcba5a657291835d7153
parenta8dbd936199a2fae7ad0ee4778e68ba6fb43ec4f (diff)
downloadcpython-7f62062be1c049d5ff8c7be6d3206e5395142828.zip
cpython-7f62062be1c049d5ff8c7be6d3206e5395142828.tar.gz
cpython-7f62062be1c049d5ff8c7be6d3206e5395142828.tar.bz2
#19006: fix wording in unittest docs.
-rw-r--r--Doc/library/unittest.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 96aa2bc..212d93d 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -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 |