File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1262,10 +1262,10 @@ Test cases
12621262 | :meth: `assertNotEndsWith(a, b) | ``not a.endswith(b) `` | 3.14 |
12631263 | <TestCase.assertNotEndsWith>` | | |
12641264 +---------------------------------------+--------------------------------+--------------+
1265- | :meth: `assertHasAttr(a, b) | ``hastattr (a, b) `` | 3.14 |
1265+ | :meth: `assertHasAttr(a, b) | ``hasattr (a, b) `` | 3.14 |
12661266 | <TestCase.assertHasAttr>` | | |
12671267 +---------------------------------------+--------------------------------+--------------+
1268- | :meth: `assertNotHasAttr(a, b) | ``not hastattr (a, b) `` | 3.14 |
1268+ | :meth: `assertNotHasAttr(a, b) | ``not hasattr (a, b) `` | 3.14 |
12691269 | <TestCase.assertNotHasAttr>` | | |
12701270 +---------------------------------------+--------------------------------+--------------+
12711271
You can’t perform that action at this time.
0 commit comments