cpython (merge 3.2 -> default): Add missing comma.

http://hg.python.org/cpython/rev/4a37bed5b96f changeset: 78804:4a37bed5b96f parent: 78797:124fb2b39ed9 parent: 78803:900b82193237 user: Ezio Melotti <ezio.melotti@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
participants (1)
-
ezio.melotti