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