From ede001a8328144e6ed58deda3dd3bb3bedc2c2b5 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 27 Mar 2012 04:57:23 +0200 Subject: [PATCH] Fix doc typo noticed by Amaury Forgeot d'Arc --- Doc/library/xml.etree.elementtree.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index c3738949fe..86fe4e6349 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. | -- 2.40.0