Skip to content

Commit

Permalink
Fixed so it refers to the correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
peterarnott committed Aug 27, 2013
1 parent 1411923 commit 3283809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial.rst
Expand Up @@ -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

Expand Down

0 comments on commit 3283809

Please sign in to comment.