Skip to content

Commit 525613f

Browse files
committed
Fix a typo in the docstring for the Unmount event
1 parent d55410c commit 525613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Mount(Event, bubble=False, verbose=False):
143143

144144

145145
class Unmount(Event, bubble=False, verbose=False):
146-
"""Sent when a widget is unmounted and may not longer receive messages.
146+
"""Sent when a widget is unmounted and may no longer receive messages.
147147
148148
- [ ] Bubbles
149149
- [ ] Verbose

0 commit comments

Comments
 (0)