[Python-checkins] cpython (3.4): Minor readability improvement.

raymond.hettinger python-checkins at python.org
Sat Mar 29 19:50:40 CET 2014


http://hg.python.org/cpython/rev/59f57d729d9a
changeset:   90030:59f57d729d9a
branch:      3.4
parent:      90024:831bd1a1cf6c
user:        Raymond Hettinger <python at rcn.com>
date:        Sat Mar 29 11:50:08 2014 -0700
summary:
  Minor readability improvement.

files:
  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
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -325,7 +325,7 @@
 +=======================+======================================================+
 | ``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``.                                            |
 +-----------------------+------------------------------------------------------+

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list