summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-03-29 11:50:29 -0700
committerRaymond Hettinger <python@rcn.com>2014-03-29 11:50:29 -0700
commit762bee299e25ad1feec5152abd3af9c53a4fb84a (patch)
treebbfd5c957a25b62dc537eb5fe578e7bc161c755a
parent5a23bd0d3714292b0092002f89278b420d93f819 (diff)
parent1e1e601bd1eb9fc9fee5a1741f4429569bcc4f32 (diff)
downloadcpython-git-762bee299e25ad1feec5152abd3af9c53a4fb84a.tar.gz
merge
-rw-r--r--Doc/library/xml.etree.elementtree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index c6dbce062a..0617371ae6 100644
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -325,7 +325,7 @@ Supported XPath syntax
+=======================+======================================================+
| ``tag`` | Selects all child elements with the given tag. |
| | For example, ``spam`` selects all child elements |
-| | named ``spam``, ``spam/egg`` selects all |
+| | named ``spam``, and ``spam/egg`` selects all |
| | grandchildren named ``egg`` in all children named |
| | ``spam``. |
+-----------------------+------------------------------------------------------+