Fix typo in error raising message
This commit is contained in:
		@@ -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):
 | 
				
			||||||
	"""
 | 
						"""
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user