1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 17:24:14 +00:00

Title underline too short in docs/topics/selectors.rst

This commit is contained in:
Julia Medina 2015-05-09 05:20:54 -03:00
parent 6fd7d85448
commit c271d8f0b1

View File

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