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