Merge pull request #154 from vially/patch-1

Fix typo in tutorial
This commit is contained in:
Pablo Hoffman 2012-07-04 04:36:16 -07:00
commit 99bfd1e590
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ standard dict syntax like::
'Example title'
Spiders are expected to return their scraped data inside
:class:`~scrapy.item.Item` objects. So, in order to returnthe data we've
:class:`~scrapy.item.Item` objects. So, in order to return the data we've
scraped so far, the final code for our Spider would be like this::
from scrapy.spider import BaseSpider