Fix a copy/pasteo

This commit is contained in:
Dave Pearson
2023-05-25 13:35:27 +01:00
parent 6d82d7a1db
commit 4c93e63ed6

View File

@@ -149,7 +149,7 @@ class SelectionList(Generic[SelectionType], OptionList):
""" """
super().__init__() super().__init__()
self.selection_list: SelectionList[MessageSelectionType] = selection_list self.selection_list: SelectionList[MessageSelectionType] = selection_list
"""The option list that sent the message.""" """The selection list that sent the message."""
self.selection: Selection[ self.selection: Selection[
MessageSelectionType MessageSelectionType
] = selection_list.get_option_at_index(index) ] = selection_list.get_option_at_index(index)