mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/signals.rst
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
4be19e443e
commit
84b55b7364
|
|
@ -306,7 +306,7 @@ request_left_downloader
|
|||
|
||||
The signal does not support returning deferreds from their handlers.
|
||||
|
||||
:param request: the request that reached downloader
|
||||
:param request: the request that reached the downloader
|
||||
:type request: :class:`~scrapy.http.Request` object
|
||||
|
||||
:param spider: the spider that yielded the request
|
||||
|
|
|
|||
Loading…
Reference in New Issue