Skip to content

Commit 29b7896

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typo: storter -> shorter
1 parent 27991ee commit 29b7896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_cursor_down(_buffer):
7171
_buffer.cursor_down()
7272
assert _buffer.document.cursor_position == len('line1\nlin')
7373

74-
# Going down to a line that's storter.
74+
# Going down to a line that's shorter.
7575
_buffer.reset()
7676
_buffer.insert_text('long line1\na\nb')
7777
_buffer.cursor_position = 3

0 commit comments

Comments
 (0)