From 1125825996245dca79213883fcdbe72f535a930e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 15 Jul 2009 22:10:00 -0300 Subject: [PATCH] doc: minor updates to tutorial --- docs/intro/tutorial.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index 4adb971e8..17249b567 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -127,8 +127,8 @@ To put our spider to work, go to the project's top level directory and run:: python scrapy-ctl.py crawl dmoz.org -The ``crawl dmoz.org`` subcommand runs the spider for the ``dmoz.org`` domain, -you'll get an output like this:: +The ``crawl dmoz.org`` command runs the spider for the ``dmoz.org`` domain. You +will get an output similar to this:: [-] Log opened. [dmoz] INFO: Enabled extensions: ... @@ -136,14 +136,10 @@ you'll get an output like this:: [dmoz] INFO: Enabled downloader middlewares: ... [dmoz] INFO: Enabled spider middlewares: ... [dmoz] INFO: Enabled item pipelines: ... - [-] scrapy.management.web.WebConsole starting on 60738 - [-] scrapy.management.telnet.TelnetConsole starting on 51506 [dmoz.org] INFO: Domain opened [dmoz.org] DEBUG: Crawled from [dmoz.org] DEBUG: Crawled from [dmoz.org] INFO: Domain closed (finished) - [scrapy.management.web.WebConsole] (Port 60738 Closed) - [scrapy.management.telnet.TelnetConsole] (Port 51506 Closed) [-] Main loop terminated. Pay attention to the lines containing ``[dmoz.org]``, which corresponds to