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)