This commit is contained in:
Ofek Lev
2023-01-10 01:42:16 -05:00
committed by GitHub
parent bdf9a32b4d
commit 9b779c130d

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"