From 17091902f36a081e25d20b490375263317c9147a Mon Sep 17 00:00:00 2001 From: Daniel Grana Date: Fri, 12 Mar 2010 14:12:49 -0200 Subject: [PATCH] Explicity say where to save item class in "Defining our item" section of tutorial --- docs/intro/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index 3fb965110..e8aad451b 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -75,8 +75,8 @@ easy task). We begin by modeling the item that we will use to hold the sites data obtained from dmoz.org, as we want to capture the name, url and description of the -sites, we define fields for each of these three attributes. Our Item class -looks like:: +sites, we define fields for each of these three attributes. To do that, we edit +items.py, found in the dmoz directory. Our Item class looks like:: # Define here the models for your scraped items