diff options
Diffstat (limited to 'Doc/library/xml.etree.elementtree.rst')
-rw-r--r-- | Doc/library/xml.etree.elementtree.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index c373894..86fe4e6 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -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. | |