Merge pull request #1271 from allyjweir/patch-1

Tiny spelling correction
This commit is contained in:
Mikhail Korobov 2015-06-01 20:45:07 +05:00
commit 13fab6e801
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()``.