Merge pull request #617 from cash/patch-1

Added missing word in practices.rst
This commit is contained in:
Pablo Hoffman 2014-02-27 07:03:57 -08:00
commit deda5a11d4
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