Removed duplicated words in in comments and docs.

This commit is contained in:
Serhiy Storchaka 2014-12-01 18:30:14 +02:00
commit 83000a490a
16 changed files with 19 additions and 19 deletions

View file

@ -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