Skip to content

Commit 1fdaaa7

Browse files
Update src/textual/events.py
Co-authored-by: Darren Burns <[email protected]>
1 parent cfd100e commit 1fdaaa7

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
@@ -552,7 +552,7 @@ def __rich_repr__(self) -> rich.repr.Result:
552552
class Enter(Event, bubble=True, verbose=True):
553553
"""Sent when the mouse is moved over a widget.
554554
555-
Note that this widget bubbles, so a widget may receive this event when the mouse
555+
Note that this event bubbles, so a widget may receive this event when the mouse
556556
moves over a child widget. Check the `node` attribute for the widget directly under
557557
tne mouse.
558558

0 commit comments

Comments
 (0)