Merge pull request #3708 from njbittner/patch-1

[MRG+1] FIX: Remove redundant string function
This commit is contained in:
Mikhail Korobov 2019-04-03 19:02:17 +05:00 committed by GitHub
commit a4dec4b5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>