mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix a copy/pasteo in an option list docstring
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user