mirror of https://github.com/scrapy/scrapy.git
Update master
This commit is contained in:
parent
a40090a6a7
commit
00bfb37e79
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue