From 3283809f89761f7b3dbe6319922c7dd48194396e Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 27 Aug 2013 17:39:25 +1000 Subject: [PATCH] Fixed so it refers to the correct folder --- 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 ff92d701f..42d6d0d22 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -121,7 +121,7 @@ define the three main, mandatory, attributes: objects) and more URLs to follow (as :class:`~scrapy.http.Request` objects). This is the code for our first Spider; save it in a file named -``dmoz_spider.py`` under the ``dmoz/spiders`` directory:: +``dmoz_spider.py`` under the ``tutorial/spiders`` directory:: from scrapy.spider import BaseSpider