We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca148d4 commit 5ebc5c3Copy full SHA for 5ebc5c3
1 file changed
Doc/library/unittest.rst
@@ -1157,7 +1157,7 @@ Test cases
1157
.. method:: assertListEqual(list1, list2, msg=None)
1158
assertTupleEqual(tuple1, tuple2, msg=None)
1159
1160
- 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
1161
constructed that shows only the differences between the two. An error
1162
is also raised if either of the parameters are of the wrong type.
1163
These methods are used by default when comparing lists or tuples with
0 commit comments