fixed typo to parallel fix on 0.16 branch

This commit is contained in:
Hart 2013-08-03 17:06:10 -07:00
parent c2a4046f14
commit 0ad01c34d4
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,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