Fixed typo

'persitent' --> 'persistent'
This commit is contained in:
Natan L 2012-12-31 11:14:01 -08:00
parent 1aa25cdff2
commit d572f8945e
1 changed files with 2 additions and 2 deletions

View File

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