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