From 34f7136f21a18fa5b51cdc3c6a35cc319b198f43 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 25 May 2023 13:14:27 +0100 Subject: [PATCH] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --- 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 28410d39c..71cdcd520 100644 --- a/docs/widgets/selection_list.md +++ b/docs/widgets/selection_list.md @@ -50,7 +50,7 @@ optionally contain a flag for the initial selected state of the option. --8<-- "docs/examples/widgets/selection_list_tuples.py" ~~~ - 1. Note that the `SelectionList` is typed as `int`, for the type of the vlaues. + 1. Note that the `SelectionList` is typed as `int`, for the type of the values. === "selection_list.css"