Fixed directory location for dmoz_spider.py file

It should be under 'tutorial/spiders' not 'dmoz/spiders'
This commit is contained in:
Kumara Tharmalingam 2013-09-15 21:55:52 -07:00
parent 0400b18efa
commit bbb0603091
1 changed files with 1 additions and 1 deletions

View File

@ -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