From 4764c100e30cf9e5a336738706a3a61f56edc5e3 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 25 May 2023 14:16:15 +0100 Subject: [PATCH] Fix a copy/pasteo 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> --- src/textual/widgets/_selection_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/widgets/_selection_list.py b/src/textual/widgets/_selection_list.py index dbe6a656b..5a6023ad1 100644 --- a/src/textual/widgets/_selection_list.py +++ b/src/textual/widgets/_selection_list.py @@ -223,7 +223,7 @@ class SelectionList(Generic[SelectionType], OptionList): """Initialise the selection list. Args: - *content: The content for the selection list. + *selections: The content for the selection list. name: The name of the selection list. id: The ID of the selection list in the DOM. classes: The CSS classes of the selection list.