mirror of https://github.com/scrapy/scrapy.git
Fixed typo
This commit is contained in:
parent
3234d76b8d
commit
35fd1a2660
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue