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

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


http://hg.python.org/cpython/rev/4a37bed5b96f
changeset:   78804:4a37bed5b96f
parent:      78797:124fb2b39ed9
parent:      78803:900b82193237
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Wed Aug 29 17:52:06 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
@@ -1265,7 +1265,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