From f197700bd3e05b971789cddec99f3eb541f73d1a Mon Sep 17 00:00:00 2001 From: Ally Weir Date: Mon, 1 Jun 2015 16:42:51 +0100 Subject: [PATCH] Spelling correction incorrect use of "too" instead of "to" --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 47bfede71..f28bb1f7d 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -190,7 +190,7 @@ Or by setting a global download delay in your project with the Can I call ``pdb.set_trace()`` from my spiders to debug them? ------------------------------------------------------------- -Yes, but you can also use the Scrapy shell which allows you too quickly analyze +Yes, but you can also use the Scrapy shell which allows you to quickly analyze (and even modify) the response being processed by your spider, which is, quite often, more useful than plain old ``pdb.set_trace()``.