mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #2626 from davep/option-list-typo-fix
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.
|
"""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.
|
||||||
|
|||||||
Reference in New Issue
Block a user