mirror of https://github.com/scrapy/scrapy.git
fixed typo in signals doc. closes #75
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401005
This commit is contained in:
parent
0b1184e472
commit
c476d586ea
|
|
@ -78,7 +78,7 @@ process has started).
|
|||
.. function:: engine_stopped()
|
||||
|
||||
Sent when the Scrapy engine is stopped (for example, when a crawling
|
||||
process has started).
|
||||
process has finished).
|
||||
|
||||
.. signal:: request_received
|
||||
.. function:: request_received(request, spider, response)
|
||||
|
|
|
|||
Loading…
Reference in New Issue