Skip to content

Commit

Permalink
Make common practices sample code match the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarsk authored and dangra committed Dec 30, 2015
1 parent 55f7104 commit 1b85bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ project as example.
process = CrawlerProcess(get_project_settings())

# 'followall' is the name of one of the spiders of the project.
process.crawl('testspider', domain='scrapinghub.com')
process.crawl('followall', domain='scrapinghub.com')
process.start() # the script will block here until the crawling is finished

There's another Scrapy utility that provides more control over the crawling
Expand Down

0 comments on commit 1b85bcf

Please sign in to comment.