From 0be421fbf028a785e97a03a5edc03fdd3e7a6f06 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 23 Dec 2011 18:57:11 -0200 Subject: [PATCH] fixed reference to tutorial directory --- docs/intro/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index c395dbfa0..468252c90 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -76,7 +76,7 @@ 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. To do that, we edit -items.py, found in the dmoz directory. Our Item class looks like this:: +items.py, found in the ``tutorial`` directory. Our Item class looks like this:: from scrapy.item import Item, Field