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
1 changed files with 1 additions and 1 deletions

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()