From 23d899935f653bbf429ccbbc7714e228ab10331a Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 23 May 2023 10:36:59 +0100 Subject: [PATCH] Correct a docstring --- src/textual/widgets/_selection_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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