We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef05cd commit f197700Copy full SHA for f197700
docs/faq.rst
@@ -190,7 +190,7 @@ Or by setting a global download delay in your project with the
190
Can I call ``pdb.set_trace()`` from my spiders to debug them?
191
-------------------------------------------------------------
192
193
-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
194
(and even modify) the response being processed by your spider, which is, quite
195
often, more useful than plain old ``pdb.set_trace()``.
196
0 commit comments