Commit 5ebc5c35 authored by Ezio Melotti's avatar Ezio Melotti

Add missing comma.

parent ca148d45
...@@ -1157,7 +1157,7 @@ Test cases ...@@ -1157,7 +1157,7 @@ Test cases
.. method:: assertListEqual(list1, list2, msg=None) .. method:: assertListEqual(list1, list2, msg=None)
assertTupleEqual(tuple1, tuple2, 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 constructed that shows only the differences between the two. An error
is also raised if either of the parameters are of the wrong type. 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 These methods are used by default when comparing lists or tuples with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment