Skip to content

Commit

Permalink
Fix unrelated mistake in another docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann authored and rwols committed Mar 24, 2024
1 parent 8c11b15 commit 550d591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/input_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_list_items(self) -> ListItemsReturn:
class DynamicListInputHandler(sublime_plugin.ListInputHandler, metaclass=ABCMeta):
""" A ListInputHandler which can update its items while typing in the input field.
Subclasses of PreselectedListInputHandler must not implement the `list_items` method, but can override
Subclasses of DynamicListInputHandler must not implement the `list_items` method, but can override
`get_list_items` for the initial list items. The `on_modified` method will be called after a small delay (debounced)
whenever changes were made to the input text. You can use this to call the `update` method with a list of
`ListInputItem`s to update the list items.
Expand Down

0 comments on commit 550d591

Please sign in to comment.