From: Ezio Melotti Date: Tue, 12 Jan 2016 09:03:10 +0000 (+0200) Subject: #19006: fix wording in unittest docs. X-Git-Tag: v2.7.12rc1~294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f62062be1c049d5ff8c7be6d3206e5395142828;p=thirdparty%2FPython%2Fcpython.git #19006: fix wording in unittest docs. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 96aa2bcc5510..212d93dd62d3 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 |