Fixed typo

This commit is contained in:
Pablo Hoffman 2010-08-27 17:21:30 -03:00
parent 3234d76b8d
commit 35fd1a2660
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class SpiderManager(object):
def create(self, spider_name, **spider_kwargs):
"""Returns a Spider instance for the given spider name, using the given
spider arguments. If the sipder name is not found, it raises a
spider arguments. If the spider name is not found, it raises a
KeyError.
"""
return self._spiders[spider_name](**spider_kwargs)