Merge pull request #375 from peterarenot/patch-1

Changed name of directory to save file to
This commit is contained in:
Pablo Hoffman 2013-08-27 06:46:34 -07:00
commit fa766d7eb6
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