From ac7521225313e7d74aa0443593bdb70f4e6186c0 Mon Sep 17 00:00:00 2001 From: nchristensen <11543181+nchristensen@users.noreply.github.com> Date: Tue, 5 Jan 2021 11:19:03 +0000 Subject: [PATCH] Unique tag wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Klöckner --- pytools/tag.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytools/tag.py b/pytools/tag.py index dd458af..9b44b85 100644 --- a/pytools/tag.py +++ b/pytools/tag.py @@ -128,12 +128,12 @@ class Tag: class UniqueTag(Tag): """ - Parent class intended for subclassing. + A superclass for tags that are unique on each `Taggable`. Each instance of :class:`Taggable` may have no more than one instance of each subclass of :class:`UniqueTag` in its set of `tags`. Multiple `UniqueTag` instances of - different subclasses are allowed. + different (immediate) subclasses are allowed. """ pass -- GitLab