From: Eli Bendersky Date: Tue, 27 Mar 2012 02:57:23 +0000 (+0200) Subject: Fix doc typo noticed by Amaury Forgeot d'Arc X-Git-Tag: v3.3.0a2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ede001a8328144e6ed58deda3dd3bb3bedc2c2b5;p=python Fix doc typo noticed by Amaury Forgeot d'Arc --- 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. |