Skip to content
Snippets Groups Projects
Verified Commit c3f097a8 authored by georg's avatar georg
Browse files

fix typo

parent cb8a0163
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class CSSParser(abstract.AbstractParser):
class AbstractHTMLParser(abstract.AbstractParser):
tags_blacklist = set() # type: Set[str]
# In some html/xml-based formats some tags are mandatory,
# so we're keeping them, but are discaring their content
# so we're keeping them, but are discarding their content
tags_required_blacklist = set() # type: Set[str]
def __init__(self, filename):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment