From 10bccfd9ee96e27ee34642a0248689a3af749939 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 23 May 2023 09:27:40 +0100 Subject: [PATCH] Fix a copy/pasteo in an option list docstring --- src/textual/widgets/_option_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/widgets/_option_list.py b/src/textual/widgets/_option_list.py index dfe530543..3b365fa7b 100644 --- a/src/textual/widgets/_option_list.py +++ b/src/textual/widgets/_option_list.py @@ -753,7 +753,7 @@ class OptionList(ScrollView, can_focus=True): """Get the option with the given ID. Args: - index: The ID of the option to get. + option_id: The ID of the option to get. Returns: The option at with the ID.