File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1237,10 +1237,10 @@ Test cases
12371237 | :meth: `assertNotEndsWith(a, b) | ``not a.endswith(b) `` | 3.14 |
12381238 | <TestCase.assertNotEndsWith>` | | |
12391239 +---------------------------------------+--------------------------------+--------------+
1240- | :meth: `assertHasAttr(a, b) | ``hastattr (a, b) `` | 3.14 |
1240+ | :meth: `assertHasAttr(a, b) | ``hasattr (a, b) `` | 3.14 |
12411241 | <TestCase.assertHasAttr>` | | |
12421242 +---------------------------------------+--------------------------------+--------------+
1243- | :meth: `assertNotHasAttr(a, b) | ``not hastattr (a, b) `` | 3.14 |
1243+ | :meth: `assertNotHasAttr(a, b) | ``not hasattr (a, b) `` | 3.14 |
12441244 | <TestCase.assertNotHasAttr>` | | |
12451245 +---------------------------------------+--------------------------------+--------------+
12461246
You can’t perform that action at this time.
0 commit comments