From 49c7b20bc165d1122e7f234f6e228625c22494ae Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 24 May 2023 15:19:02 +0100 Subject: [PATCH] Link mention of Strip in a docstring --- src/textual/widgets/_selection_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.