mirror of https://github.com/scrapy/scrapy.git
minor update to doc
This commit is contained in:
parent
bfda9ec319
commit
763f3dc628
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue