File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1221,9 +1221,9 @@ Test cases
12211221 | :meth: `assertNotRegex(s, r) | ``not r.search(s) `` | 3.2 |
12221222 | <TestCase.assertNotRegex>` | | |
12231223 +---------------------------------------+--------------------------------+--------------+
1224- | :meth: `assertCountEqual(a, b) | *a * and * b * have the same | 3.2 |
1225- | <TestCase.assertCountEqual>` | elements in the same number, | |
1226- | | regardless of their order. | |
1224+ | :meth: `assertCountEqual(a, b) | *a * contains the same elements | 3.2 |
1225+ | <TestCase.assertCountEqual>` | as * b *, regardless of their | |
1226+ | | order. | |
12271227 +---------------------------------------+--------------------------------+--------------+
12281228 | :meth: `assertStartsWith(a, b) | ``a.startswith(b) `` | 3.14 |
12291229 | <TestCase.assertStartsWith>` | | |
You can’t perform that action at this time.
0 commit comments