From bb2090725469834d8e45ceccf65c19383db9b180 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 14 Mar 2013 16:43:00 -0300 Subject: [PATCH] minor updated to faq --- docs/faq.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 7e7e3aad0..e1c4ba364 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -300,10 +300,9 @@ to use ``from_crawler`` class method, for example:: o.crawler = crawler return o -Scrapy command line tool has some backwards compatibility in place to still -support the old import mechanism (with a deprecation warning), but this -mechanism may not work if you use Scrapy differently (for example, as a -library). +Scrapy command line tool has some backwards compatibility in place to support +the old import mechanism (with a deprecation warning), but this mechanism may +not work if you use Scrapy differently (for example, as a library). .. _user agents: http://en.wikipedia.org/wiki/User_agent .. _LIFO: http://en.wikipedia.org/wiki/LIFO