From 16218d65344d4c2d31ec960eb4211fa6ee5d1c78 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()``.