8000 Apply suggestions from code review · python/cpython@11b5a71 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11b5a71

Browse files
Apply suggestions from code review
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 6e941e1 commit 11b5a71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Lib/test/test_traceback.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ def f():
14861486
' raise MemoryError()']
14871487
self.assertEqual(actual, expected)
14881488

1489-
def test_anchors_for_simple_return_statements_are_eluded(self):
1489+
def test_anchors_for_simple_return_statements_are_elided(self):
14901490
def g():
14911491
1/0
14921492

@@ -1575,9 +1575,7 @@ def f():
15751575
]
15761576
self.assertEqual(result_lines, expected)
15771577

1578-
1579-
1580-
def test_anchors_for_simple_assign_statements_are_eluded(self):
1578+
def test_anchors_for_simple_assign_statements_are_elided(self):
15811579
def g():
15821580
1/0
15831581

0 commit comments

Comments
 (0)
0