DOC a couple more references are fixed

This commit is contained in:
Mikhail Korobov 2015-01-19 22:07:03 +05:00 committed by Daniel Graña
parent e3c1260671
commit b4c454b56d
1 changed files with 2 additions and 2 deletions

View File

@ -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