Skip to content

Commit 8e2e851

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typos: langer -> larger, in -> it, scoll -> scroll
1 parent 316b1f8 commit 8e2e851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prompt_toolkit/layout/menus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class MultiColumnCompletionMenuControl(UIControl):
207207
arrow is shown on the left or right side.
208208
209209
`min_rows` indicates how many rows will be available in any possible case.
210-
When this is langer than one, in will try to use less columns and more
210+
When this is larger than one, it will try to use less columns and more
211211
rows until this value is reached.
212212
Be careful passing in a too big value, if less than the given amount of
213213
rows are available, more columns would have been required, but
@@ -384,7 +384,7 @@ def _get_menu_item_fragments(self, completion, is_current_completion, width):
384384

385385
def mouse_handler(self, mouse_event):
386386
"""
387-
Handle scoll and click events.
387+
Handle scroll and click events.
388388
"""
389389
b = get_app().current_buffer
390390

0 commit comments

Comments
 (0)