Skip to content

Commit

Permalink
Use normal diagram directive in unicode range documentation
Browse files Browse the repository at this point in the history
The diagram is only available in the specification draft, but it will be one
day back in the published version.
  • Loading branch information
liZe committed Jun 18, 2024
1 parent c6bfc16 commit 5d54488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinycss2/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def _serialize_to(self, write):


class UnicodeRangeToken(Node):
"""A `unicode-range token <https://www.w3.org/TR/css-syntax-3/#urange>`_.
"""A :diagram:`unicode-range-token`.
.. autoattribute:: type
Expand Down

0 comments on commit 5d54488

Please sign in to comment.