Skip to content

Commit 13fab6e

Browse files
committed
Merge pull request scrapy#1271 from allyjweir/patch-1
Tiny spelling correction
2 parents aef05cd + f197700 commit 13fab6e

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)