]> granicus.if.org Git - python/commitdiff
Fix doc typo noticed by Amaury Forgeot d'Arc
authorEli Bendersky <eliben@gmail.com>
Tue, 27 Mar 2012 02:57:23 +0000 (04:57 +0200)
committerEli Bendersky <eliben@gmail.com>
Tue, 27 Mar 2012 02:57:23 +0000 (04:57 +0200)
Doc/library/xml.etree.elementtree.rst

index c3738949feed2ec111c7a0c2d6a5342c78a4513d..86fe4e6349d0e8015e3ae896e6b2f54d47e812c9 100644 (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.                          |