]> granicus.if.org Git - python/commitdiff
Minor readability improvement.
authorRaymond Hettinger <python@rcn.com>
Sat, 29 Mar 2014 18:50:08 +0000 (11:50 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 29 Mar 2014 18:50:08 +0000 (11:50 -0700)
Doc/library/xml.etree.elementtree.rst

index c6dbce062a82c5ef67b4ccea50f187fb7fa45755..0617371ae61afbd8513961c430a92659d096d700 100644 (file)
@@ -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``.                                            |
 +-----------------------+------------------------------------------------------+