[Python-checkins] cpython: Fix doc typo noticed by Amaury Forgeot d'Arc

eli.bendersky python-checkins at python.org
Tue Mar 27 04:58:16 CEST 2012


http://hg.python.org/cpython/rev/7253ea3e8360
changeset:   75962:7253ea3e8360
parent:      75960:566527ace50b
user:        Eli Bendersky <eliben at gmail.com>
date:        Tue Mar 27 04:57:23 2012 +0200
summary:
  Fix doc typo noticed by Amaury Forgeot d'Arc

files:
  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
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -126,7 +126,7 @@
 |                       | 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.                          |

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list