Remove a note that isn't relevant any more

This commit is contained in:
Dave Pearson
2023-05-24 13:00:20 +01:00
parent 2e37541d70
commit 9742144e8c

View File

@@ -649,10 +649,5 @@ class SelectionList(Generic[SelectionType], OptionList):
Raises: Raises:
DuplicateID: If there is an attempt to use a duplicate ID. DuplicateID: If there is an attempt to use a duplicate ID.
SelectionError: If the selection option is of the wrong form. SelectionError: If the selection option is of the wrong form.
Note:
Any new selection option added should either be an instance of
`Option`, or should be a `tuple` of prompt and value, or prompt,
value and selected state.
""" """
return self.add_options([item]) return self.add_options([item])