DOC fix a reference

This commit is contained in:
Mikhail Korobov 2015-01-19 22:02:46 +05:00 committed by Daniel Graña
parent 9e13f42ecf
commit e3c1260671
1 changed files with 1 additions and 1 deletions

View File

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