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:
@@ -260,7 +260,7 @@ class SelectionList(Generic[SelectionType], OptionList):
|
|||||||
"""Post a message that the selected collection has changed, where appropriate.
|
"""Post a message that the selected collection has changed, where appropriate.
|
||||||
|
|
||||||
Note:
|
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
|
makes this safe to call before the widget is ready for posting
|
||||||
messages.
|
messages.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user