Update docs/topics/signals.rst

Co-Authored-By: elacuesta <elacuesta@users.noreply.github.com>
This commit is contained in:
Vostretsov Nikita 2020-02-07 11:08:55 +05:00 committed by GitHub
parent 8817b9e8e9
commit 153b78e53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ request_left_downloader
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.
This signal does not support returning deferreds from its handlers.
:param request: the request that reached the downloader
:type request: :class:`~scrapy.http.Request` object