We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e13f42 commit e3c1260Copy full SHA for e3c1260
docs/topics/spider-middleware.rst
@@ -94,7 +94,7 @@ single Python class that defines one or more of the following methods:
94
95
:param response: the response which generated this output from the
96
spider
97
- :type response: class:`~scrapy.http.Response` object
+ :type response: :class:`~scrapy.http.Response` object
98
99
:param result: the result returned by the spider
100
:type result: an iterable of :class:`~scrapy.http.Request` or
0 commit comments