From 23291f8f0f4c8b38ffb926c0b9ab8715084b607d Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 21 May 2009 19:06:01 -0400 Subject: [PATCH] typo --- xml.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>,