Add missing comma.

This commit is contained in:
Ezio Melotti 2012-08-29 17:50:42 +03:00
parent 1321c444d9
commit 6bb9c73b06
1 changed files with 1 additions and 1 deletions

View File

@ -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