Update docs/topics/signals.rst

Co-Authored-By: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Vostretsov Nikita 2020-02-07 11:07:43 +05:00 committed by GitHub
parent 84b55b7364
commit 2f83f3e2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ request_left_downloader
.. signal:: request_left_downloader
.. function:: request_left_downloader(request, spider)
Sent when a :class:`~scrapy.http.Request` leaves the downloader even in case of
Sent when a :class:`~scrapy.http.Request` leaves the downloader, even in case of
failure.
The signal does not support returning deferreds from their handlers.