From 763f3dc6289eda9ac6fcbf35b6fb3f9cff1000b1 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 12 Jul 2011 19:56:39 -0300 Subject: [PATCH] minor update to doc --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 5b1d30ec0..1e969af69 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -240,8 +240,8 @@ How can I see the cookies being sent and received from Scrapy? Enable the :setting:`COOKIES_DEBUG` setting. -How can I manually stop a running spider? ------------------------------------------ +How can I instruct a spider to stop itself? +------------------------------------------- Raise the :exc:`~scrapy.exceptions.CloseSpider` exception from a callback. For more info see: :exc:`~scrapy.exceptions.CloseSpider`.