Improve documentation for spider middlewares

This commit is contained in:
maanijou 2021-09-12 17:59:20 +02:00
parent 8284de5e76
commit ac9175964d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ object gives you access, for example, to the :ref:`settings <topics-settings>`.
method (from a previous spider middleware) raises an exception.
:meth:`process_spider_exception` should return either ``None`` or an
iterable of :class:`~scrapy.Request` objects and :ref:`item object
iterable of :class:`~scrapy.Request` objects or :ref:`item object
<topics-items>`.
If it returns ``None``, Scrapy will continue processing this exception,