From bbb0603091060ccac35d447be07ffdad229e4001 Mon Sep 17 00:00:00 2001 From: Kumara Tharmalingam Date: Sun, 15 Sep 2013 21:55:52 -0700 Subject: [PATCH] Fixed directory location for dmoz_spider.py file It should be under 'tutorial/spiders' not 'dmoz/spiders' --- 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