Fix typo in error raising message
parent
cc27483143
commit
286b90ab8e
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue