Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Jun 18, 2024
1 parent bda62b1 commit c6bfc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinycss2/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def parse_one_rule(input, skip_comments=False):
def parse_rule_list(input, skip_comments=False, skip_whitespace=False):
"""Parse a non-top-level :diagram:`rule list`.
Deprecated and removed from CSS Syntax. Use :func:`parse_blocks_content`
Deprecated and removed from CSS Syntax. Use :func:`parse_blocks_contents`
instead.
This is used for parsing the :attr:`~tinycss2.ast.AtRule.content`
Expand Down

0 comments on commit c6bfc16

Please sign in to comment.