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 0f5dff3 commit 796f7e2Copy full SHA for 796f7e2
bpython/test/test_curtsies_painting.py
@@ -539,7 +539,7 @@ def test_cursor_stays_at_bottom_of_screen(self):
539
self.assert_paint_ignoring_formatting(screen, (2, 4))
540
541
def test_unhighlight_paren_bugs(self):
542
- """two previous bugs, paren did't highlight until next render
+ """two previous bugs, paren didn't highlight until next render
543
and paren didn't unhighlight until enter"""
544
self.assertEqual(self.repl.rl_history.entries, [''])
545
self.enter('(')
0 commit comments