Skip to content

Commit 0666d0e

Browse files
adityahaseMariatta
authored andcommitted
bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847)
Mention that TestCase.assertMultiLineEqual method is used by default when comparing Unicode string when comparing Unicode strings with assertEqual.
1 parent 0fc940a commit 0666d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ Test cases
11381138
Test that the multiline string *first* is equal to the string *second*.
11391139
When not equal a diff of the two strings highlighting the differences
11401140
will be included in the error message. This method is used by default
1141-
when comparing strings with :meth:`assertEqual`.
1141+
when comparing Unicode strings with :meth:`assertEqual`.
11421142

11431143
.. versionadded:: 2.7
11441144

0 commit comments

Comments
 (0)