Added missing word in practices.rst

This commit is contained in:
Cash Costello 2014-02-27 09:53:11 -05:00 committed by Pablo Hoffman
parent 6d8b7b29ef
commit c532e13dcd
1 changed files with 1 additions and 1 deletions

View File

@ -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