fix warning message for python-html2text missing

This commit is contained in:
Romain Bignon 2010-10-30 13:55:19 +02:00
commit baac5bac46

View file

@ -61,7 +61,7 @@ try:
h2t.SKIP_INTERNAL_LINKS = True
html2text = h2t.html2text
except ImportError:
warning('python-html is not present. HTML pages will not be converted into text.')
warning('python-html2text is not present. HTML pages will not be converted into text.')
def html2text(s):
return s