Update src/textual/css/styles.py

Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-02-21 14:06:04 +00:00
committed by GitHub
parent 6e9db99fa6
commit ccfc6e85ad

View File

@@ -181,7 +181,7 @@ class StylesBase(ABC):
rule (str): Rule name.
Returns:
bool: ``True`` if a rules was clearled, or ``False`` if it was previously cleared.
bool: ``True`` if a rule was cleared, or ``False`` if the rule is already not set.
"""
@abstractmethod