Skip to content

Commit a8f8755

Browse files
committed
Tiny typo fix
1 parent fe746df commit a8f8755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ How can I simulate a user login in my spider?
7878

7979
See :ref:`topics-request-response-ref-request-userlogin`.
8080

81-
Does Scrapy crawl in breath-first or depth-first order?
82-
-------------------------------------------------------
81+
Does Scrapy crawl in breadth-first or depth-first order?
82+
--------------------------------------------------------
8383

8484
By default, Scrapy uses a `LIFO`_ queue for storing pending requests, which
8585
basically means that it crawls in `DFO order`_. This order is more convenient

0 commit comments

Comments
 (0)