From 57678bf18e5e6802b500ff3852060f409a98c6a8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 23 Apr 2021 09:52:01 -0500 Subject: [PATCH] Fix ReST comment in pytools.tag --- pytools/tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/tag.py b/pytools/tag.py index 4da13d7..42d9e50 100644 --- a/pytools/tag.py +++ b/pytools/tag.py @@ -36,7 +36,7 @@ __doc__ = """ Tag Interface --------------- -.. +.. ``normalize_tags`` undocumented for now. (Not ready to commit.) .. autofunction:: check_tag_uniqueness .. autoclass:: Taggable -- GitLab