From e5dfc151067d04e398472073700d6e83d9d95fd2 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 20 Jul 2023 17:55:26 +0100 Subject: [PATCH] Typo fix in the module docstring for events.py --- src/textual/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/events.py b/src/textual/events.py index 4e2523535d..3f6015dfb3 100644 --- a/src/textual/events.py +++ b/src/textual/events.py @@ -4,7 +4,7 @@ Events may be marked as "Bubbles" and "Verbose". See the [events guide](/guide/events/#bubbling) for an explanation of bubbling. -Verbose events are excluded from the textual console, unless you explicit request them with the `-v` switch as follows: +Verbose events are excluded from the textual console, unless you explicitly request them with the `-v` switch as follows: ``` textual console -v