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 14:05:05 +01:00
committed by GitHub
parent c69e53f77e
commit 95389ebe76

View File

@@ -260,7 +260,7 @@ class SelectionList(Generic[SelectionType], OptionList):
"""Post a message that the selected collection has changed, where appropriate.
Note:
A message will only be send if `_send_messages` is `True`. This
A message will only be sent if `_send_messages` is `True`. This
makes this safe to call before the widget is ready for posting
messages.
"""