Fix typo in error raising message

This commit is contained in:
pictuga 2014-06-21 16:29:05 +02:00
parent cc27483143
commit 286b90ab8e

View File

@ -87,7 +87,7 @@ def parse(data):
if tag in mtable:
return mtable[tag](doc, tag)
raise FeedException('unknow feed type')
raise FeedException('unknown feed type')
class FeedBase(object):
"""