Skip to content

Commit d1e39e0

Browse files
skv0zsnegmiss-islington
authored andcommitted
gh-148186: Improve assertCountEqual description in docs. (GH-148463)
(cherry picked from commit 94d42bf) Co-authored-by: Kliment Lamonov <klimentlamonov@yandex.ru>
1 parent ee34f95 commit d1e39e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/unittest.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,9 +1211,9 @@ Test cases
12111211
| :meth:`assertNotRegex(s, r) | ``not r.search(s)`` | 3.2 |
12121212
| <TestCase.assertNotRegex>` | | |
12131213
+---------------------------------------+--------------------------------+--------------+
1214-
| :meth:`assertCountEqual(a, b) | *a* and *b* have the same | 3.2 |
1215-
| <TestCase.assertCountEqual>` | elements in the same number, | |
1216-
| | regardless of their order. | |
1214+
| :meth:`assertCountEqual(a, b) | *a* contains the same elements | 3.2 |
1215+
| <TestCase.assertCountEqual>` | as *b*, regardless of their | |
1216+
| | order. | |
12171217
+---------------------------------------+--------------------------------+--------------+
12181218

12191219

0 commit comments

Comments
 (0)