diff --git a/pytools/tag.py b/pytools/tag.py index b463ff443d75a99f93ec302b373222c750a051ac..dd458af79b28c0f253826d962cc5e0f7d3bf47a1 100644 --- a/pytools/tag.py +++ b/pytools/tag.py @@ -128,8 +128,12 @@ class Tag: class UniqueTag(Tag): """ - Only one instance of this type of tag may be assigned - to a single tagged object. + Parent class intended for subclassing. + + 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. """ pass