From d572f8945e2057fbd3fcd2d387459e7efc198723 Mon Sep 17 00:00:00 2001 From: Natan L Date: Mon, 31 Dec 2012 11:14:01 -0800 Subject: [PATCH] Fixed typo 'persitent' --> 'persistent' --- docs/topics/jobs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/jobs.rst b/docs/topics/jobs.rst index c2b9f104b..41aeaceac 100644 --- a/docs/topics/jobs.rst +++ b/docs/topics/jobs.rst @@ -39,8 +39,8 @@ a signal), and resume it later by issuing the same command:: scrapy crawl somespider -s JOBDIR=crawls/somespider-1 -Keeping persitent state between batches -======================================= +Keeping persistent state between batches +======================================== Sometimes you'll want to keep some persistent spider state between pause/resume batches. You can use the ``spider.state`` attribute for that, which should be a