summaryrefslogtreecommitdiff
path: root/libmat2/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmat2/web.py')
-rw-r--r--libmat2/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/web.py b/libmat2/web.py
index 62e7747..34426b8 100644
--- a/libmat2/web.py
+++ b/libmat2/web.py
@@ -39,7 +39,7 @@ class CSSParser(abstract.AbstractParser):
39class AbstractHTMLParser(abstract.AbstractParser): 39class AbstractHTMLParser(abstract.AbstractParser):
40 tags_blacklist = set() # type: Set[str] 40 tags_blacklist = set() # type: Set[str]
41 # In some html/xml-based formats some tags are mandatory, 41 # In some html/xml-based formats some tags are mandatory,
42 # so we're keeping them, but are discaring their content 42 # so we're keeping them, but are discarding their content
43 tags_required_blacklist = set() # type: Set[str] 43 tags_required_blacklist = set() # type: Set[str]
44 44
45 def __init__(self, filename): 45 def __init__(self, filename):