Skip to content

Commit 95cc146

Browse files
authored
Merge pull request #4362 from davep/correct-selection-list-docs
Clarify that `SelectionList` can use Rich Text
2 parents 7aa903b + bb01433 commit 95cc146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/widgets/selection_list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ my_selection_list: SelectionList[int] = SelectionList(*selections)
3030
## Examples
3131

3232
A selection list is designed to be built up of single-line prompts (which
33-
can be [Rich renderables](../guide/widgets.md#rich-renderables)) and an
34-
associated unique value.
33+
can be [Rich `Text`](https://rich.readthedocs.io/en/stable/text.html)) and
34+
an associated unique value.
3535

3636
### Selections as tuples
3737

0 commit comments

Comments
 (0)