[Python-checkins] cpython (2.7): #19006: fix wording in unittest docs.

ezio.melotti python-checkins at python.org
Tue Jan 12 04:04:02 EST 2016


https://hg.python.org/cpython/rev/ddb8fa84a119
changeset:   99873:ddb8fa84a119
branch:      2.7
parent:      99870:113c524aed93
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Tue Jan 12 11:03:10 2016 +0200
summary:
  #19006: fix wording in unittest docs.

files:
  Doc/library/unittest.rst |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -783,8 +783,9 @@
 
    .. _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        |

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list