Update master

This commit is contained in:
Valentin-Costel Hăloiu 2012-07-04 06:55:01 +03:00
parent a40090a6a7
commit 00bfb37e79
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