Skip to content

Commit bb01433

Browse files
committed
Clarify that SelectionList can use Rich Text
Fixes the misleading text that prompted #4361.
1 parent 69cc80b commit bb01433

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)