diff --git a/xml.html b/xml.html index ef2267c..3e4af85 100755 --- a/xml.html +++ b/xml.html @@ -272,7 +272,7 @@ mark{display:inline}

Elements Are Lists

-

In Etree, an element acts like a list. The items of the list are the element’s children. +

In the ElementTree API, an element acts like a list. The items of the list are the element’s children.

 # continued from the previous example