Link mention of Strip in a docstring

This commit is contained in:
Dave Pearson
2023-05-24 15:19:02 +01:00
parent 71d7f7dd86
commit 49c7b20bc1

View File

@@ -473,7 +473,7 @@ class SelectionList(Generic[SelectionType], OptionList):
y: The line to render. y: The line to render.
Returns: 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. # First off, get the underlying prompt from OptionList.