summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom/pulldom.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/xml/dom/pulldom.py')
-rw-r--r--Lib/xml/dom/pulldom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/dom/pulldom.py b/Lib/xml/dom/pulldom.py
index fd26787..66794f3 100644
--- a/Lib/xml/dom/pulldom.py
+++ b/Lib/xml/dom/pulldom.py
@@ -36,7 +36,7 @@ class PullDOM(xml.sax.ContentHandler):
def pop(self):
result = self.elementStack[-1]
- del self.elementStack[-1]
+ del self.elementStack[-1]
return result
def setDocumentLocator(self, locator):