mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Better linking for the docstring for MessageSelectionType
This commit is contained in:
@@ -21,7 +21,7 @@ SelectionType = TypeVar("SelectionType")
|
|||||||
"""The type for the value of a [`Selection`][textual.widgets.selection_list.Selection] in a [`SelectionList`][textual.widgets.SelectionList]"""
|
"""The type for the value of a [`Selection`][textual.widgets.selection_list.Selection] in a [`SelectionList`][textual.widgets.SelectionList]"""
|
||||||
|
|
||||||
MessageSelectionType = TypeVar("MessageSelectionType")
|
MessageSelectionType = TypeVar("MessageSelectionType")
|
||||||
"""The type for the value of a `SelectionList` message"""
|
"""The type for the value of a [`Selection`][textual.widgets.selection_list.Selection] in a [`SelectionList`][textual.widgets.SelectionList] message."""
|
||||||
|
|
||||||
|
|
||||||
class SelectionError(TypeError):
|
class SelectionError(TypeError):
|
||||||
|
|||||||
Reference in New Issue
Block a user