From db1aff147c0fecb4918f607612e6b0f64996b983 Mon Sep 17 00:00:00 2001 From: Nathan Bittner Date: Sat, 30 Mar 2019 17:04:19 -0700 Subject: [PATCH] FIX: Remove redundant string function string(string(//boxy)) is equivalent to string(//body) in the example provided --- docs/topics/xpath-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/xpath-tutorial.rst b/docs/topics/xpath-tutorial.rst index 936295384..8f94e1931 100644 --- a/docs/topics/xpath-tutorial.rst +++ b/docs/topics/xpath-tutorial.rst @@ -762,7 +762,7 @@ What happens when you apply ``string()`` on the document ```` for example? You get a text representation of the document, without the tags: -.. xpathdemo:: string(string(//body)) +.. xpathdemo:: string(//body)