fixed import in doc

This commit is contained in:
Pablo Hoffman 2011-08-11 09:11:08 -03:00
parent 09af0866c7
commit bc2d2183e9
1 changed files with 1 additions and 1 deletions

View File

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