Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a6cfa commit 49ccd51Copy full SHA for 49ccd51
1 file changed
Doc/library/unittest.rst
@@ -1271,7 +1271,7 @@ Test cases
1271
.. method:: assertListEqual(first, second, msg=None)
1272
assertTupleEqual(first, second, msg=None)
1273
1274
- 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
1275
constructed that shows only the differences between the two. An error
1276
is also raised if either of the parameters are of the wrong type.
1277
These methods are used by default when comparing lists or tuples with
0 commit comments