Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 19, 2024
1 parent 803562d commit c9c34c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/css/stylesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class CssSource(NamedTuple):

@rich.repr.auto(angular=True)
class Stylesheet:
"""A Stylsheet generated from Textual CSS."""
"""A Stylesheet generated from Textual CSS."""

def __init__(self, *, variables: dict[str, str] | None = None) -> None:
self._rules: list[RuleSet] = []
Expand Down

0 comments on commit c9c34c7

Please sign in to comment.