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:
Daniel Graña 2019-04-06 06:52:31 -03:00 committed by GitHub
commit 2079e3c42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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