From 6bb9c73b06e481462a874b1aaa7d27d36c758e2e Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 29 Aug 2012 17:50:42 +0300 Subject: Add missing comma. --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 32d319f..0a3f64b 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1157,7 +1157,7 @@ Test cases .. 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 -- cgit v0.12