mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Correct the Selection.__init__ docstring
This commit is contained in:
@@ -44,7 +44,7 @@ class Selection(Generic[SelectionType], Option):
|
||||
Args:
|
||||
prompt: The prompt for the selection.
|
||||
value: The value for the selection.
|
||||
selected: Is this particular selection selected?
|
||||
initial_state: The initial selected state of the selection.
|
||||
id: The optional ID for the selection.
|
||||
disabled: The initial enabled/disabled state. Enabled by default.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user