Skip to content

Commit 9f12d16

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

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
@@ -554,7 +554,7 @@ class Enter(Event, bubble=True, verbose=True):
554554
555555
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
557-
tne mouse.
557+
the mouse.
558558
559559
- [X] Bubbles
560560
- [X] Verbose

0 commit comments

Comments
 (0)