Skip to content

Commit 5d54488

Browse files
committed
Use normal diagram directive in unicode range documentation
The diagram is only available in the specification draft, but it will be one day back in the published version.
1 parent c6bfc16 commit 5d54488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tinycss2/ast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def _serialize_to(self, write):
384384

385385

386386
class UnicodeRangeToken(Node):
387-
"""A `unicode-range token <https://www.w3.org/TR/css-syntax-3/#urange>`_.
387+
"""A :diagram:`unicode-range-token`.
388388
389389
.. autoattribute:: type
390390

0 commit comments

Comments
 (0)