From 703b53133aa62da31940c34a2dc6a62bbcee4286 Mon Sep 17 00:00:00 2001 From: David Lesieur Date: Fri, 27 Dec 2024 16:42:15 -0500 Subject: [PATCH] Remove obsolete comment regarding widont. --- pelican/tests/test_readers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelican/tests/test_readers.py b/pelican/tests/test_readers.py index e13cbb118..4372fea16 100644 --- a/pelican/tests/test_readers.py +++ b/pelican/tests/test_readers.py @@ -411,8 +411,7 @@ def test_typogrify_summary(self): def test_typogrify_ignore_tags(self): try: - # typogrify should be able to ignore user specified tags, - # but tries to be clever with widont extension + # typogrify should be able to ignore user specified tags. page = self.read_file( path="article.rst", TYPOGRIFY=True, TYPOGRIFY_IGNORE_TAGS=["p"] )