From 565561586ad1ac29d82cd6f6f09dbcfd5b30e765 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Tue, 4 Aug 2009 13:55:33 -0700 Subject: [PATCH] small clarification --- xml.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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