From: Raymond Hettinger Date: Sat, 29 Mar 2014 18:49:11 +0000 (-0700) Subject: Minor readability improvement. X-Git-Tag: v2.7.7rc1~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3708349c07d79afb4b3f28fab96210bacff555eb;p=thirdparty%2FPython%2Fcpython.git Minor readability improvement. --- diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 24e50846c8fc..f14742e02da0 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -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``. | +-----------------------+------------------------------------------------------+