Skip to content

Commit f197700

Browse files
committed
Spelling correction
incorrect use of "too" instead of "to"
1 parent aef05cd commit f197700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Or by setting a global download delay in your project with the
190190
Can I call ``pdb.set_trace()`` from my spiders to debug them?
191191
-------------------------------------------------------------
192192

193-
Yes, but you can also use the Scrapy shell which allows you too quickly analyze
193+
Yes, but you can also use the Scrapy shell which allows you to quickly analyze
194194
(and even modify) the response being processed by your spider, which is, quite
195195
often, more useful than plain old ``pdb.set_trace()``.
196196

0 commit comments

Comments
 (0)