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