Skip to content

Commit e3c1260

Browse files
kmikedangra
authored andcommitted
DOC fix a reference
1 parent 9e13f42 commit e3c1260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/spider-middleware.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ single Python class that defines one or more of the following methods:
9494

9595
:param response: the response which generated this output from the
9696
spider
97-
:type response: class:`~scrapy.http.Response` object
97+
:type response: :class:`~scrapy.http.Response` object
9898

9999
:param result: the result returned by the spider
100100
:type result: an iterable of :class:`~scrapy.http.Request` or

0 commit comments

Comments
 (0)