grammatical issue

This commit is contained in:
Carlos Rivera 2014-05-06 15:41:59 -05:00
parent c424f3709c
commit 946b854ddf
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ The ``TorrentItem`` class is :ref:`defined above <intro-overview-item>`.
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