mirror of https://github.com/scrapy/scrapy.git
Added missing word in practices.rst
This commit is contained in:
parent
6d8b7b29ef
commit
c532e13dcd
|
|
@ -16,7 +16,7 @@ You can use the :ref:`API <topics-api>` to run Scrapy from a script, instead of
|
|||
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 run it inside the Twisted reactor.
|
||||
asynchronous networking library, so you need to run it inside the Twisted reactor.
|
||||
|
||||
Note that you will also have to shutdown the Twisted reactor yourself after the
|
||||
spider is finished. This can be achieved by connecting a handler to the
|
||||
|
|
|
|||
Loading…
Reference in New Issue