mirror of https://github.com/scrapy/scrapy.git
correction to description of example XPath retrieval in overview doc
This commit is contained in:
parent
19d7ddebf5
commit
8aa024e587
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue