From d1c640421e561a040fe5af0f52a3b1266b321074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Thu, 15 Oct 2020 00:01:01 -0500 Subject: [PATCH] Remove comment on loopy tagging --- pytools/tag.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pytools/tag.py b/pytools/tag.py index 9855826..e9a4cc6 100644 --- a/pytools/tag.py +++ b/pytools/tag.py @@ -111,11 +111,6 @@ class Tag: Positional arguments are not allowed. .. automethod:: __repr__ - - .. note:: - - This mirrors the tagging scheme that :mod:`loopy` - is headed towards. """ @property -- GitLab