Skip to content

Commit bc2d218

Browse files
committed
fixed import in doc
1 parent 09af086 commit bc2d218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ done through :ref:`Scrapy Items <topics-items>` (Torrent files, in this case).
4343

4444
This would be our Item::
4545

46-
from scrapy.item import Item
46+
from scrapy.item import Item, Field
4747

4848
class Torrent(Item):
4949
url = Field()

0 commit comments

Comments
 (0)