diff --git a/src/textual/widgets/_selection_list.py b/src/textual/widgets/_selection_list.py index dbe6a656b..5a6023ad1 100644 --- a/src/textual/widgets/_selection_list.py +++ b/src/textual/widgets/_selection_list.py @@ -223,7 +223,7 @@ class SelectionList(Generic[SelectionType], OptionList): """Initialise the selection list. Args: - *content: The content for the selection list. + *selections: The content for the selection list. name: The name of the selection list. id: The ID of the selection list in the DOM. classes: The CSS classes of the selection list.