Fix a copy/pasteo in an option list docstring

This commit is contained in:
Dave Pearson
2023-05-23 09:27:40 +01:00
parent 7d0d1ac5c8
commit 10bccfd9ee

View File

@@ -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.