File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ single Python class that defines one or more of the following methods:
101
101
:class: `~scrapy.item.Item ` objects
102
102
103
103
: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
105
105
106
106
107
107
.. method :: process_spider_exception(response, exception, spider)
@@ -156,7 +156,7 @@ single Python class that defines one or more of the following methods:
156
156
:type start_requests: an iterable of :class: `~scrapy.http.Request `
157
157
158
158
: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
160
160
161
161
162
162
.. _Exception : http://docs.python.org/library/exceptions.html#exceptions.Exception
You can’t perform that action at this time.
0 commit comments