mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Docstring tweak
This commit is contained in:
@@ -50,7 +50,7 @@ class Selection(Generic[SelectionType], Option):
|
|||||||
|
|
||||||
|
|
||||||
class SelectionList(Generic[SelectionType], OptionList):
|
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")]
|
BINDINGS = [Binding("space, enter", "toggle")]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user