From 7f62062be1c049d5ff8c7be6d3206e5395142828 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 12 Jan 2016 11:03:10 +0200 Subject: [PATCH] #19006: fix wording in unittest docs. --- Doc/library/unittest.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 96aa2bcc55..212d93dd62 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 | -- 2.50.1