minor update to doc

This commit is contained in:
Pablo Hoffman 2011-07-12 19:56:39 -03:00
parent bfda9ec319
commit 763f3dc628
1 changed files with 2 additions and 2 deletions

View File

@ -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`.