diff --git a/src/textual/widgets/_selection_list.py b/src/textual/widgets/_selection_list.py index 168e0c7a1..1886ce8a7 100644 --- a/src/textual/widgets/_selection_list.py +++ b/src/textual/widgets/_selection_list.py @@ -473,7 +473,7 @@ class SelectionList(Generic[SelectionType], OptionList): y: The line to render. Returns: - A `Strip` that is the line to render. + A [`Strip`][textual.strip.Strip] that is the line to render. """ # First off, get the underlying prompt from OptionList.