mirror of https://github.com/scrapy/scrapy.git
Spelling correction
incorrect use of "too" instead of "to"
This commit is contained in:
parent
aef05cdd8f
commit
f197700bd3
|
|
@ -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()``.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue