We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aa903b + bb01433 commit 95cc146Copy full SHA for 95cc146
docs/widgets/selection_list.md
@@ -30,8 +30,8 @@ my_selection_list: SelectionList[int] = SelectionList(*selections)
30
## Examples
31
32
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.
+can be [Rich `Text`](https://rich.readthedocs.io/en/stable/text.html)) and
+an associated unique value.
35
36
### Selections as tuples
37
0 commit comments