From e436a433bb541334521b4a25c793f4f36092b7d0 Mon Sep 17 00:00:00 2001 From: Nicholas Christensen Date: Wed, 14 Oct 2020 17:54:13 -0500 Subject: [PATCH] remove alias from docstring --- pytools/tag.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pytools/tag.py b/pytools/tag.py index 0f6fa43..902039a 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 -- GitLab