Correct a docstring

This commit is contained in:
Dave Pearson
2023-05-23 10:36:59 +01:00
parent ff404e2bbf
commit 23d899935f

View File

@@ -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