From 85a80d0752935b1af4b14bf446c24cfea800e40d Mon Sep 17 00:00:00 2001 From: Hobson Lane Date: Wed, 15 Jan 2014 17:29:23 -0800 Subject: [PATCH] remove "for brevity's sake" line and correct "Torrent item" Torrent item -> TorrentItem class --- docs/intro/overview.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ==================================