From c532e13dcd4ae7802915b0401bbed7719a6beed4 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 27 Feb 2014 09:53:11 -0500 Subject: [PATCH] Added missing word in practices.rst --- docs/topics/practices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/practices.rst b/docs/topics/practices.rst index a5d2dbd78..c5427c899 100644 --- a/docs/topics/practices.rst +++ b/docs/topics/practices.rst @@ -16,7 +16,7 @@ You can use the :ref:`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