Merge pull request #387 from ktharmal/patch-1

Fixed directory location for dmoz_spider.py file
This commit is contained in:
Pablo Hoffman 2013-09-16 11:36:13 -07:00
commit 2a89265b96
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