mirror of https://github.com/scrapy/scrapy.git
fixed import in doc
This commit is contained in:
parent
09af0866c7
commit
bc2d2183e9
|
|
@ -43,7 +43,7 @@ done through :ref:`Scrapy Items <topics-items>` (Torrent files, in this case).
|
|||
|
||||
This would be our Item::
|
||||
|
||||
from scrapy.item import Item
|
||||
from scrapy.item import Item, Field
|
||||
|
||||
class Torrent(Item):
|
||||
url = Field()
|
||||
|
|
|
|||
Loading…
Reference in New Issue