Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
DOC a couple more references are fixed
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
docs/topics/spider-middleware.rst
|
@@ -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 |
|
|