Skip to content

Commit b561767

Browse files
committed
spelling: parent
1 parent 449084c commit b561767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/test/test_curtsies_painting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def test_cursor_stays_at_bottom_of_screen(self):
539539
self.assert_paint_ignoring_formatting(screen, (2, 4))
540540

541541
def test_unhighlight_paren_bugs(self):
542-
"""two previous bugs, paren didn't highlight until next render
542+
"""two previous bugs, parent didn't highlight until next render
543543
and paren didn't unhighlight until enter"""
544544
self.assertEqual(self.repl.rl_history.entries, [''])
545545
self.enter('(')

0 commit comments

Comments
 (0)