fix typo (Response -> Request)

check docs for more information b5c552d17f/docs/topics/spider-middleware.rst
This commit is contained in:
Victor Torres 2019-04-05 11:43:21 -03:00
parent d39feabae3
commit 35ce92a419
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