mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Correct a docstring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user