mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
small clarification
This commit is contained in:
@@ -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’s children.
|
||||
<p>In the ElementTree API, an element acts like a list. The items of the list are the element’s children.
|
||||
|
||||
<pre class=screen>
|
||||
# continued from the previous example
|
||||
|
||||
Reference in New Issue
Block a user