diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 16:30:14 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 16:30:14 (GMT) |
commit | 83000a490a36f4c3c579151ff09eeb4875d0d4cd (patch) | |
tree | 4685eb31eff461a6c77ab302bcfa689aff7e3f7b /Lib/xml | |
parent | 2205da43a6bb68b641d97fa7832b71c8a57efb77 (diff) | |
parent | 56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 (diff) | |
download | cpython-83000a490a36f4c3c579151ff09eeb4875d0d4cd.zip cpython-83000a490a36f4c3c579151ff09eeb4875d0d4cd.tar.gz cpython-83000a490a36f4c3c579151ff09eeb4875d0d4cd.tar.bz2 |
Removed duplicated words in in comments and docs.
Diffstat (limited to 'Lib/xml')
-rw-r--r-- | Lib/xml/etree/ElementTree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/etree/ElementTree.py b/Lib/xml/etree/ElementTree.py index 6c1345a..ca6c7d6 100644 --- a/Lib/xml/etree/ElementTree.py +++ b/Lib/xml/etree/ElementTree.py @@ -125,7 +125,7 @@ class Element: This class is the reference implementation of the Element interface. An element's length is its number of subelements. That means if you - you want to check if an element is truly empty, you should check BOTH + want to check if an element is truly empty, you should check BOTH its length AND its text attribute. The element tag, attribute names, and attribute values can be either |