Skip to content

Commit b4c454b

Browse files
kmikedangra
authored andcommitted
DOC a couple more references are fixed
1 parent e3c1260 commit b4c454b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/spider-middleware.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ single Python class that defines one or more of the following methods:
101101
:class:`~scrapy.item.Item` objects
102102

103103
:param spider: the spider whose result is being processed
104-
:type spider: :class:`~scrapy.item.Spider` object
104+
:type spider: :class:`~scrapy.spider.Spider` object
105105

106106

107107
.. method:: process_spider_exception(response, exception, spider)
@@ -156,7 +156,7 @@ single Python class that defines one or more of the following methods:
156156
:type start_requests: an iterable of :class:`~scrapy.http.Request`
157157

158158
:param spider: the spider to whom the start requests belong
159-
:type spider: :class:`~scrapy.item.Spider` object
159+
:type spider: :class:`~scrapy.spider.Spider` object
160160

161161

162162
.. _Exception: http://docs.python.org/library/exceptions.html#exceptions.Exception

0 commit comments

Comments
 (0)