Update practices.rst

This commit is contained in:
Kenneth Schnall 2016-07-12 15:34:50 -04:00 committed by GitHub
parent c3109daa72
commit 2489f84d39
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ the typical way of running Scrapy via ``scrapy crawl``.
Remember that Scrapy is built on top of the Twisted
asynchronous networking library, so you need to run it inside the Twisted reactor.
First utility you can use to run your spiders is
The first utility you can use to run your spiders is
:class:`scrapy.crawler.CrawlerProcess`. This class will start a Twisted reactor
for you, configuring the logging and setting shutdown handlers. This class is
the one used by all Scrapy commands.