Fix doc typo noticed by Amaury Forgeot d'Arc

This commit is contained in:
Eli Bendersky 2012-03-27 04:57:23 +02:00
parent 8486076dd5
commit ede001a832

View file

@ -126,7 +126,7 @@ Supported XPath syntax
| | a relative path. |
+-----------------------+------------------------------------------------------+
| ``//`` | Selects all subelements, on all levels beneath the |
| | current element. For example, ``./egg`` selects |
| | current element. For example, ``.//egg`` selects |
| | all ``egg`` elements in the entire tree. |
+-----------------------+------------------------------------------------------+
| ``..`` | Selects the parent element. |