Fix typo in error raising message
This commit is contained in:
parent
cc27483143
commit
286b90ab8e
@ -87,7 +87,7 @@ def parse(data):
|
|||||||
if tag in mtable:
|
if tag in mtable:
|
||||||
return mtable[tag](doc, tag)
|
return mtable[tag](doc, tag)
|
||||||
|
|
||||||
raise FeedException('unknow feed type')
|
raise FeedException('unknown feed type')
|
||||||
|
|
||||||
class FeedBase(object):
|
class FeedBase(object):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user