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

index 24e50846c8fcefb2b7332372a371f0653d8f34bd..f14742e02da0383855dc21dbfa66f0022a42131d 100644 (file)
@@ -319,7 +319,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``.                                            |
 +-----------------------+------------------------------------------------------+