Merge pull request #215 from kuyan/patch-1

Fixed typo
This commit is contained in:
Pablo Hoffman 2013-01-02 06:21:32 -08:00
commit e9c5b76242
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