mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Add missing comma.
This commit is contained in:
commit
75883ad45a
1 changed files with 1 additions and 1 deletions
|
@ -1265,7 +1265,7 @@ Test cases
|
|||
.. method:: assertListEqual(first, second, msg=None)
|
||||
assertTupleEqual(first, second, 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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue