diff options
author | Raymond Hettinger <python@rcn.com> | 2014-03-29 11:50:29 -0700 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-03-29 11:50:29 -0700 |
commit | 762bee299e25ad1feec5152abd3af9c53a4fb84a (patch) | |
tree | bbfd5c957a25b62dc537eb5fe578e7bc161c755a | |
parent | 5a23bd0d3714292b0092002f89278b420d93f819 (diff) | |
parent | 1e1e601bd1eb9fc9fee5a1741f4429569bcc4f32 (diff) | |
download | cpython-git-762bee299e25ad1feec5152abd3af9c53a4fb84a.tar.gz |
merge
-rw-r--r-- | 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 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``. | +-----------------------+------------------------------------------------------+ |