Merge pull request #711 from cerivera/master

grammatical issue
This commit is contained in:
Pablo Hoffman 2014-05-06 16:59:04 -04:00
commit 6431e70dbe
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