From c271d8f0b1d037b021089a5c58d42609cc802c2b Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Sat, 9 May 2015 05:20:54 -0300 Subject: [PATCH] Title underline too short in docs/topics/selectors.rst --- docs/topics/selectors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/selectors.rst b/docs/topics/selectors.rst index 231119f3b..0d82494a4 100644 --- a/docs/topics/selectors.rst +++ b/docs/topics/selectors.rst @@ -479,7 +479,7 @@ But using the ``.`` to mean the node, works:: .. _`XPath string function`: http://www.w3.org/TR/xpath/#section-String-Functions Beware of the difference between //node[1] and (//node)[1] -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``//node[1]`` selects all the nodes occurring first under their respective parents.