mirror of https://github.com/scrapy/scrapy.git
Merge pull request #3708 from njbittner/patch-1
[MRG+1] FIX: Remove redundant string function
This commit is contained in:
commit
a4dec4b5da
|
|
@ -762,7 +762,7 @@ What happens when you apply ``string()`` on the document ``<body>`` for example?
|
|||
You get a text representation of the document, without the tags:
|
||||
|
||||
|
||||
.. xpathdemo:: string(string(//body))
|
||||
.. xpathdemo:: string(//body)
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
|||
Loading…
Reference in New Issue