From b4fcb7f4e34c415dce457a91426c5966bb8ffd84 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 e13cbb11..4372fea1 100644 --- a/pelican/tests/test_readers.py +++ b/pelican/tests/test_readers.py @@ -411,8 +411,7 @@ class RstReaderTest(ReaderTest): 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"] )