From 82da2e0aad6863763f1950318bcb933662020135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Fri, 8 Jan 2021 18:05:54 -0600 Subject: [PATCH] Add missing role markup in UniqueTag docstring --- pytools/tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/tag.py b/pytools/tag.py index a125a11..b943d95 100644 --- a/pytools/tag.py +++ b/pytools/tag.py @@ -129,7 +129,7 @@ class Tag: class UniqueTag(Tag): """ - A superclass for tags that are unique on each `Taggable`. + A superclass for tags that are unique on each :class:`Taggable`. Each instance of :class:`Taggable` may have no more than one instance of each subclass of :class:`UniqueTag` in its -- GitLab