fixed typo in signals doc. closes #75

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401005
This commit is contained in:
Pablo Hoffman 2009-03-22 16:22:57 +00:00
parent 0b1184e472
commit c476d586ea
1 changed files with 1 additions and 1 deletions

View File

@ -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)