mirror of https://github.com/scrapy/scrapy.git
Merge pull request #3728 from victor-torres/process_spider_exception
[MRG+1] fix typo on Spider Middleware template (Response -> Request)
This commit is contained in:
commit
2079e3c42a
|
|
@ -39,7 +39,7 @@ class ${ProjectName}SpiderMiddleware(object):
|
|||
# Called when a spider or process_spider_input() method
|
||||
# (from other spider middleware) raises an exception.
|
||||
|
||||
# Should return either None or an iterable of Response, dict
|
||||
# Should return either None or an iterable of Request, dict
|
||||
# or Item objects.
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue