From bd2fe996aabe5467a89d9eff6831e6b0bf731be4 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 212baa585..2e61f44ee 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()``.