mirror of https://github.com/scrapy/scrapy.git
Update overview.rst
This commit is contained in:
parent
96c2332e0e
commit
4de3aa4932
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue