Merge pull request #3201 from grammy-jiang/master

[MRG+1] fix a mistake in topic spider-middleware.rst
This commit is contained in:
Mikhail Korobov 2018-06-02 01:09:59 +05:00 committed by GitHub
commit 847b50ce9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ following methods:
method (from other spider middleware) raises an exception.
:meth:`process_spider_exception` should return either ``None`` or an
iterable of :class:`~scrapy.http.Response`, dict or
iterable of :class:`~scrapy.http.Request`, dict or
:class:`~scrapy.item.Item` objects.
If it returns ``None``, Scrapy will continue processing this exception,