Add missing comma.

This commit is contained in:
Ezio Melotti 2012-08-29 17:52:06 +03:00
commit 75883ad45a
1 changed files with 1 additions and 1 deletions

View File

@ -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