mirror of https://github.com/scrapy/scrapy.git
Update practices.rst
This commit is contained in:
parent
e28392ca8c
commit
758802d41b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue