From 4b5aa3086712a94beba243df027caa663b845ea0 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Mon, 24 Aug 2009 14:34:17 -0300 Subject: [PATCH] minor update to tutorial --- docs/intro/tutorial.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index c4082a7a5..56538b206 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -49,7 +49,6 @@ This will create a ``dmoz`` directory with the following contents:: settings.py spiders/ __init__.py - templates/ ... These are basically: @@ -61,7 +60,6 @@ These are basically: * ``dmoz/pipelines.py``: the project's pipelines file. * ``dmoz/settings.py``: the project's settings file. * ``dmoz/spiders/``: a directory where you'll later put your spiders. -* ``dmoz/templates/``: directory containing the spider's templates. Defining our Item =================