There was an error while loading. Please reload this page.
storter
shorter
1 parent 27991ee commit 29b7896Copy full SHA for 29b7896
tests/test_buffer.py
@@ -71,7 +71,7 @@ def test_cursor_down(_buffer):
71
_buffer.cursor_down()
72
assert _buffer.document.cursor_position == len('line1\nlin')
73
74
- # Going down to a line that's storter.
+ # Going down to a line that's shorter.
75
_buffer.reset()
76
_buffer.insert_text('long line1\na\nb')
77
_buffer.cursor_position = 3
0 commit comments