Merge pull request #2626 from davep/option-list-typo-fix

Fix a copy/pasteo in an option list docstring
This commit is contained in:
Dave Pearson
2023-05-23 09:45:37 +01:00
committed by GitHub

View File

@@ -753,7 +753,7 @@ class OptionList(ScrollView, can_focus=True):
"""Get the option with the given ID. """Get the option with the given ID.
Args: Args:
index: The ID of the option to get. option_id: The ID of the option to get.
Returns: Returns:
The option at with the ID. The option at with the ID.