Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Feb 12, 2025
1 parent 72b8bfe commit c0f4b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def __init__(self, screen: Screen[Any], match_style: Style | None = None) -> Non
if match_style is not None:
assert isinstance(
match_style, Style
), "match_style must be a Visual style if given"
), "match_style must be a Visual style (from textual.style import Style)"
self.__screen = screen
self.__match_style = match_style
self._init_task: Task | None = None
Expand Down

0 comments on commit c0f4b34

Please sign in to comment.