merge with 3.3
This commit is contained in:
commit
834a73bf4f
|
@ -160,7 +160,7 @@ the sub-tree below it (its children, their children, and so on). For example,
|
|||
|
||||
:meth:`Element.findall` finds only elements with a tag which are direct
|
||||
children of the current element. :meth:`Element.find` finds the *first* child
|
||||
with a particular tag, and :meth:`Element.text` accesses the element's text
|
||||
with a particular tag, and :attr:`Element.text` accesses the element's text
|
||||
content. :meth:`Element.get` accesses the element's attributes::
|
||||
|
||||
>>> for country in root.findall('country'):
|
||||
|
|
Loading…
Reference in New Issue