mirror of https://github.com/scrapy/scrapy.git
DOC fix a reference
This commit is contained in:
parent
9e13f42ecf
commit
e3c1260671
|
|
@ -94,7 +94,7 @@ single Python class that defines one or more of the following methods:
|
|||
|
||||
:param response: the response which generated this output from the
|
||||
spider
|
||||
:type response: class:`~scrapy.http.Response` object
|
||||
:type response: :class:`~scrapy.http.Response` object
|
||||
|
||||
:param result: the result returned by the spider
|
||||
:type result: an iterable of :class:`~scrapy.http.Request` or
|
||||
|
|
|
|||
Loading…
Reference in New Issue