mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed duplicated words in in comments and docs.
This commit is contained in:
parent
b491e0521f
commit
56a6d855e2
16 changed files with 19 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue