mirror of https://github.com/scrapy/scrapy.git
DOC a couple more references are fixed
This commit is contained in:
parent
e3c1260671
commit
b4c454b56d
|
|
@ -101,7 +101,7 @@ single Python class that defines one or more of the following methods:
|
|||
:class:`~scrapy.item.Item` objects
|
||||
|
||||
:param spider: the spider whose result is being processed
|
||||
:type spider: :class:`~scrapy.item.Spider` object
|
||||
:type spider: :class:`~scrapy.spider.Spider` object
|
||||
|
||||
|
||||
.. method:: process_spider_exception(response, exception, spider)
|
||||
|
|
@ -156,7 +156,7 @@ single Python class that defines one or more of the following methods:
|
|||
:type start_requests: an iterable of :class:`~scrapy.http.Request`
|
||||
|
||||
:param spider: the spider to whom the start requests belong
|
||||
:type spider: :class:`~scrapy.item.Spider` object
|
||||
:type spider: :class:`~scrapy.spider.Spider` object
|
||||
|
||||
|
||||
.. _Exception: http://docs.python.org/library/exceptions.html#exceptions.Exception
|
||||
|
|
|
|||
Loading…
Reference in New Issue