From 4ceeefba233b84b70841de4662d02e6b35ee123e Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 25 May 2023 09:42:12 +0100 Subject: [PATCH] Remove the attempt to link to Pretty Weirdly Pretty isn't in the docs. Yet. --- docs/widgets/selection_list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/widgets/selection_list.md b/docs/widgets/selection_list.md index 9febaf88b..636232ccc 100644 --- a/docs/widgets/selection_list.md +++ b/docs/widgets/selection_list.md @@ -87,8 +87,8 @@ Alternatively, selections can be passed in as Most of the time, when using the `SelectionList`, you will want to know when the collection of selected items has changed, this is ideally done using the [`SelectedChanged`][textual.widgets.SelectionList.SelectedChanged] message. -Here is an example of using that message to update a -[`Pretty`][textual.widgets.Pretty] with the collection of selected values: +Here is an example of using that message to update a `Pretty` with the +collection of selected values: === "Output"