Remove obsolete comment regarding widont.

This commit is contained in:
David Lesieur 2024-12-27 16:42:15 -05:00 committed by Justin Mayer
commit b4fcb7f4e3

View file

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