Spelling correction

incorrect use of "too" instead of "to"
This commit is contained in:
Ally Weir 2015-06-01 16:42:51 +01:00
parent aef05cdd8f
commit f197700bd3
1 changed files with 1 additions and 1 deletions

View File

@ -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()``.