describe method as a command

This commit is contained in:
Anubhav Patel 2019-05-25 17:19:10 +05:30 committed by GitHub
parent 9c9bca4e1c
commit da82ede8a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -526,7 +526,7 @@ defines the methods described below.
.. method:: retrieve_response(spider, request)
Returns response if present in cache, or ``None`` otherwise.
Return response if present in cache, or ``None`` otherwise.
:param spider: the spider which generated the request
:type spider: :class:`~scrapy.spiders.Spider` object
@ -536,7 +536,7 @@ defines the methods described below.
.. method:: store_response(spider, request, response)
Stores the given response in the cache.
Store the given response in the cache.
:param spider: the spider for which the response is intended
:type spider: :class:`~scrapy.spiders.Spider` object