8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e941e1 commit 11b5a71Copy full SHA for 11b5a71
Lib/test/test_traceback.py
@@ -1486,7 +1486,7 @@ def f():
1486
' raise MemoryError()']
1487
self.assertEqual(actual, expected)
1488
1489
- def test_anchors_for_simple_return_statements_are_eluded(self):
+ def test_anchors_for_simple_return_statements_are_elided(self):
1490
def g():
1491
1/0
1492
@@ -1575,9 +1575,7 @@ def f():
1575
]
1576
self.assertEqual(result_lines, expected)
1577
1578
-
1579
1580
- def test_anchors_for_simple_assign_statements_are_eluded(self):
+ def test_anchors_for_simple_assign_statements_are_elided(self):
1581
1582
1583
0 commit comments