diff --git a/src/textual/widgets/_selection_list.py b/src/textual/widgets/_selection_list.py index 17852b6dc..96c792d9d 100644 --- a/src/textual/widgets/_selection_list.py +++ b/src/textual/widgets/_selection_list.py @@ -300,7 +300,7 @@ class SelectionList(Generic[SelectionType], OptionList): """Mark the given selection as not selected. Args: - selection: The selection to mark as selected. + selection: The selection to mark as not selected. """ if self._deselect( selection.value