small clarification

This commit is contained in:
Mark Pilgrim
2009-08-04 13:55:33 -07:00
parent 49a2ae211d
commit 565561586a
+1 -1
View File
@@ -272,7 +272,7 @@ mark{display:inline}
<h3 id=xml-elements>Elements Are Lists</h3>
<p>In Etree, an element acts like a list. The items of the list are the element&#8217;s children.
<p>In the ElementTree API, an element acts like a list. The items of the list are the element&#8217;s children.
<pre class=screen>
# continued from the previous example