1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 20:44:18 +00:00

Merge pull request #283 from opyate/patch-1

Update overview.rst, Torrent referenced as TorrentItem in spider
This commit is contained in:
Pablo Hoffman 2013-04-08 13:48:05 -07:00
commit adf38a65e9

View File

@ -45,7 +45,7 @@ This would be our Item::
from scrapy.item import Item, Field
class Torrent(Item):
class TorrentItem(Item):
url = Field()
name = Field()
description = Field()