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

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


http://hg.python.org/cpython/rev/9f6fc62d7a66
changeset:   78802:9f6fc62d7a66
branch:      2.7
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
@@ -1157,7 +1157,7 @@
    .. method:: assertListEqual(list1, list2, msg=None)
                assertTupleEqual(tuple1, tuple2, 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