Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49ccd51

Browse files
committed
Add missing comma.
1 parent 28a6cfa commit 49ccd51

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
@@ -1271,7 +1271,7 @@ Test cases
12711271
.. method:: assertListEqual(first, second, msg=None)
12721272
assertTupleEqual(first, second, msg=None)
12731273

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

0 commit comments

Comments
 (0)