From a8f875544a20ded5462d947df7762eefe87d97f9 Mon Sep 17 00:00:00 2001 From: Dan Jacka Date: Thu, 11 Jul 2013 09:29:15 +1200 Subject: [PATCH] Tiny typo fix --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 490e641cd..30a1a5f54 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -78,8 +78,8 @@ How can I simulate a user login in my spider? See :ref:`topics-request-response-ref-request-userlogin`. -Does Scrapy crawl in breath-first or depth-first order? -------------------------------------------------------- +Does Scrapy crawl in breadth-first or depth-first order? +-------------------------------------------------------- By default, Scrapy uses a `LIFO`_ queue for storing pending requests, which basically means that it crawls in `DFO order`_. This order is more convenient