Fix a typo

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Dave Pearson
2023-05-25 13:24:01 +01:00
committed by GitHub
parent 51f8d0dc9a
commit d656fa6a79

View File

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