diff --git a/pytools/tag.py b/pytools/tag.py index 0f6fa4302e45bad54575c6b658d46cf3d83a57b8..902039a00ffad8e82bb5d9f2bd3c037a9ed4ce2b 100644 --- a/pytools/tag.py +++ b/pytools/tag.py @@ -41,7 +41,8 @@ Supporting Functionality ------------------------ .. autoclass:: DottedName - +""" +""" Aliases ------- @@ -116,7 +117,7 @@ tag_dataclass = dataclass(init=True, eq=True, frozen=True, repr=True) class Tag: """ Generic metadata, applied to, among other things, - instances of :class:`Array`. + pytato Arrays. .. attribute:: tag_name