From 658c1cdf73c4033a3630b9edcf07d00b22cb762e Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 25 May 2023 14:19:47 +0100 Subject: [PATCH] Documentation punctuation change --- docs/widgets/selection_list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/selection_list.md b/docs/widgets/selection_list.md index 8dbf7a2de..d4b98132f 100644 --- a/docs/widgets/selection_list.md +++ b/docs/widgets/selection_list.md @@ -85,7 +85,7 @@ Alternatively, selections can be passed in as ### Handling changes to the selections 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 +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` with the collection of selected values: