mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Re-indent.
This commit is contained in:
parent
d5fb58f1e3
commit
52ce0d0837
3 changed files with 14 additions and 14 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue