From 946b854ddfa9aa09b539122f323ddfc752b20a87 Mon Sep 17 00:00:00 2001 From: Carlos Rivera Date: Tue, 6 May 2014 15:41:59 -0500 Subject: [PATCH] grammatical issue --- docs/intro/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/overview.rst b/docs/intro/overview.rst index c4165e238..6be00a707 100644 --- a/docs/intro/overview.rst +++ b/docs/intro/overview.rst @@ -152,7 +152,7 @@ The ``TorrentItem`` class is :ref:`defined above `. Run the spider to extract the data ================================== -Finally, we'll run the spider to crawl the site an output file +Finally, we'll run the spider to crawl the site and output the file ``scraped_data.json`` with the scraped data in JSON format:: scrapy crawl mininova -o scraped_data.json -t json