Docstring tweak

This commit is contained in:
Dave Pearson
2023-05-22 11:16:17 +01:00
parent 4dab6d3b57
commit 41b1c08db5

View File

@@ -50,7 +50,7 @@ class Selection(Generic[SelectionType], Option):
class SelectionList(Generic[SelectionType], OptionList):
"""A vertical option list that allows making multiple selections."""
"""A vertical selection list that allows making multiple selections."""
BINDINGS = [Binding("space, enter", "toggle")]