Skip to content

Commit 4009167

Browse files
authored
Merge pull request #4655 from eddyizm/main
fix: remove typo in docstring
2 parents b7471e4 + 3cdc514 commit 4009167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dictionary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class DictionaryApp(App):
16-
"""Searches ab dictionary API as-you-type."""
16+
"""Searches a dictionary API as-you-type."""
1717

1818
CSS_PATH = "dictionary.tcss"
1919

0 commit comments

Comments
 (0)