Skip to content

Commit 5ebc5c3

Browse files
committed
Add missing comma.
1 parent ca148d4 commit 5ebc5c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ Test cases
11571157
.. method:: assertListEqual(list1, list2, msg=None)
11581158
assertTupleEqual(tuple1, tuple2, msg=None)
11591159

1160-
Tests that two lists or tuples are equal. If not an error message is
1160+
Tests that two lists or tuples are equal. If not, an error message is
11611161
constructed that shows only the differences between the two. An error
11621162
is also raised if either of the parameters are of the wrong type.
11631163
These methods are used by default when comparing lists or tuples with

0 commit comments

Comments
 (0)