Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 834a73b

Browse files
committed
merge with 3.3
2 parents dcd4555 + bdaee3a commit 834a73b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/xml.etree.elementtree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ the sub-tree below it (its children, their children, and so on). For example,
160160

161161
:meth:`Element.findall` finds only elements with a tag which are direct
162162
children of the current element. :meth:`Element.find` finds the *first* child
163-
with a particular tag, and :meth:`Element.text` accesses the element's text
163+
with a particular tag, and :attr:`Element.text` accesses the element's text
164164
content. :meth:`Element.get` accesses the element's attributes::
165165

166166
>>> for country in root.findall('country'):

0 commit comments

Comments
 (0)