fixed class definition to match example call on line 148, as in master

This commit is contained in:
Hart 2013-08-03 21:33:21 -07:00
parent 8aa024e587
commit b82f8dce95
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()