From 3cdc5143ceff5bbbaeb603c43df9ba8c606f5d8f Mon Sep 17 00:00:00 2001 From: eddyizm Date: Sat, 15 Jun 2024 22:15:54 -0700 Subject: [PATCH] fix: remove typo in docstring --- examples/dictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dictionary.py b/examples/dictionary.py index 88b6c17747..34055c3cab 100644 --- a/examples/dictionary.py +++ b/examples/dictionary.py @@ -13,7 +13,7 @@ class DictionaryApp(App): - """Searches ab dictionary API as-you-type.""" + """Searches a dictionary API as-you-type.""" CSS_PATH = "dictionary.tcss"