diff --git a/docs/intro/overview.rst b/docs/intro/overview.rst index 589b048a5..c095f5f55 100644 --- a/docs/intro/overview.rst +++ b/docs/intro/overview.rst @@ -155,8 +155,7 @@ Finally, here's the spider code:: torrent['size'] = sel.xpath("//div[@id='info-left']/p[2]/text()[2]").extract() return torrent -For brevity's sake, we intentionally left out the import statements. The -Torrent item is :ref:`defined above `. +The ``TorrentItem`` class is :ref:`defined above `. Run the spider to extract the data ==================================