remove comma

This commit is contained in:
Vostretsov Nikita 2018-08-29 11:21:55 +00:00
parent 561ad3b63c
commit c02cfa574c
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ request_reached_downloader
.. signal:: request_reached_downloader
.. function:: request_reached_downloader(request, spider)
Sent when a :class:`~scrapy.http.Request`, reached downloader.
Sent when a :class:`~scrapy.http.Request` reached downloader.
The signal does not support returning deferreds from their handlers.