commit | 41cf5e00695d79b0219f5bcce88669e7cf97b572 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Oct 26 19:50:26 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Oct 26 19:50:26 2001 +0000 |
tree | 6fdeafd8dbb92de1e36d29ac1895dce6760ae2dd | |
parent | 41a1b076361f53968687587838dcf843ce4a340e [diff] |
Remove unused variable.
diff --git a/Doc/lib/minidom-example.py b/Doc/lib/minidom-example.py index 3745ca1..3fa15dd 100644 --- a/Doc/lib/minidom-example.py +++ b/Doc/lib/minidom-example.py
@@ -18,7 +18,6 @@ dom = xml.dom.minidom.parseString(document) -space = " " def getText(nodelist): rc = "" for node in nodelist: