Merge pull request #361 from hmsimha/master

Doc fixes: Minor typo (was fixed on 0.16 branch so I figured it could be on master as well) and an error in the overview doc.
This commit is contained in:
Daniel Graña 2013-08-05 09:10:22 -07:00
commit 29a12af1b0
2 changed files with 3 additions and 3 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

View File

@ -125,7 +125,7 @@ tag with ``id=specifications``::
.. highlight:: none
An XPath expression to select the description could be::
An XPath expression to select the file size could be::
//div[@id='specifications']/p[2]/text()[2]