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"] )