mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix a typo
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -568,7 +568,7 @@ class SelectionList(Generic[SelectionType], OptionList):
|
||||
index: The ID of the selection option to get.
|
||||
|
||||
Returns:
|
||||
The selection option at with the ID.
|
||||
The selection option with the ID.
|
||||
|
||||
Raises:
|
||||
OptionDoesNotExist: If no selection option has the given ID.
|
||||
|
||||
Reference in New Issue
Block a user