Skip to content

Commit

Permalink
Merge pull request #4655 from eddyizm/main
Browse files Browse the repository at this point in the history
fix: remove typo in docstring
  • Loading branch information
willmcgugan authored Jun 16, 2024
2 parents b7471e4 + 3cdc514 commit 4009167
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 4009167

Please sign in to comment.