Skip to content

Commit

Permalink
DOC a couple more references are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jan 19, 2015
1 parent 73e6b35 commit 283d6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/spider-middleware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ 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)
Expand Down Expand Up @@ -156,7 +156,7 @@ 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
Expand Down

0 comments on commit 283d6a5

Please sign in to comment.