[Python-checkins] cpython (3.2): Add missing comma.

ezio.melotti python-checkins at python.org
Wed Aug 29 16:52:21 CEST 2012


http://hg.python.org/cpython/rev/900b82193237
changeset:   78803:900b82193237
branch:      3.2
parent:      78793:4d431e719646
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Wed Aug 29 17:50:42 2012 +0300
summary:
  Add missing comma.

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


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1271,7 +1271,7 @@
    .. method:: assertListEqual(first, second, msg=None)
                assertTupleEqual(first, second, msg=None)
 
-      Tests that two lists or tuples are equal.  If not an error message is
+      Tests that two lists or tuples are equal.  If not, an error message is
       constructed that shows only the differences between the two.  An error
       is also raised if either of the parameters are of the wrong type.
       These methods are used by default when comparing lists or tuples with

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


More information about the Python-checkins mailing list