From 5d54488a6dd7883eff94874fffcab350579c4905 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 18 Jun 2024 23:23:02 +0200 Subject: [PATCH] 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. --- tinycss2/ast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinycss2/ast.py b/tinycss2/ast.py index 610bdcb..0919d18 100644 --- a/tinycss2/ast.py +++ b/tinycss2/ast.py @@ -384,7 +384,7 @@ def _serialize_to(self, write): class UnicodeRangeToken(Node): - """A `unicode-range token `_. + """A :diagram:`unicode-range-token`. .. autoattribute:: type