Skip to content

Commit

Permalink
fix: remove typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyizm committed Jun 16, 2024
1 parent e9ad400 commit 3cdc514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3cdc514

Please sign in to comment.