diff --git a/xml.html b/xml.html index 89ea410..41a02a1 100644 --- a/xml.html +++ b/xml.html @@ -324,7 +324,7 @@ mark{display:inline}
>>> import xml.etree.ElementTree as etree
>>> tree = etree.parse("examples/feed.xml")
->>> root = tree.getroot()
+>>> root = tree.getroot()
>>> root.findall("{http://www.w3.org/2005/Atom}entry") ①
[<Element {http://www.w3.org/2005/Atom}entry at e2b4e0>,
<Element {http://www.w3.org/2005/Atom}entry at e2b510>,