Update spider-middleware.rst

This commit is contained in:
Reza (Milad) Maanijou 2021-09-25 20:22:09 +03:30 committed by GitHub
parent ac9175964d
commit 1829dd774c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 or :ref:`item object
iterable of :class:`~scrapy.Request` objects or :ref:`item objects
<topics-items>`.
If it returns ``None``, Scrapy will continue processing this exception,