Skip to content

Commit 0282498

Browse files
authored
Merge pull request #4337 from davep/unmount-typo-fix
Fix a typo in the docstring for the Unmount event
2 parents d55410c + 525613f commit 0282498

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)