change 'markdown' to HTML in the comments

This commit is contained in:
dave mankoff 2012-06-21 09:12:38 -04:00
commit 847a6fe3ce

View file

@ -222,7 +222,7 @@ class HTMLReader(Reader):
return next((x[1] for x in attrs if x[0] == name), default)
def read(self, filename):
"""Parse content and metadata of markdown files"""
"""Parse content and metadata of HTML files"""
with open(filename) as content:
parser = self._HTMLParser(self.settings)
parser.feed(content)