From c476d586ea15fb9f9b614ba7bf88049a4298a89c Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sun, 22 Mar 2009 16:22:57 +0000 Subject: [PATCH] fixed typo in signals doc. closes #75 --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401005 --- scrapy/trunk/docs/ref/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/trunk/docs/ref/signals.rst b/scrapy/trunk/docs/ref/signals.rst index d962bf188..1dc4d8686 100644 --- a/scrapy/trunk/docs/ref/signals.rst +++ b/scrapy/trunk/docs/ref/signals.rst @@ -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)