Merge pull request #1534 from ofek/patch-1

Fix typo
This commit is contained in:
Dave Pearson
2023-01-10 12:38:57 +00:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ from textual.widgets import Static, Input
class DictionaryApp(App):
"""Searches ab dictionary API as-you-type."""
"""Searches a dictionary API as-you-type."""
CSS_PATH = "dictionary.css"