]> granicus.if.org Git - python/commitdiff
Get rid of the one tab in the file.
authorGuido van Rossum <guido@python.org>
Fri, 22 Sep 2000 09:23:08 +0000 (09:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 Sep 2000 09:23:08 +0000 (09:23 +0000)
Closes Bug #115054.

Lib/test/test_minidom.py

index 3c47b0b1da57ed5f8f99cc142f38e67cced4810c..8a63535e2fc8dd9250460d8ac922189130499811 100644 (file)
@@ -229,7 +229,7 @@ def _testElementReprAndStrUnicode():
 def _testElementReprAndStrUnicodeNS():
     dom=Document()
     el=dom.appendChild(
-        dom.createElementNS( u"http://www.slashdot.org", u"slash:abc" ))
+        dom.createElementNS( u"http://www.slashdot.org", u"slash:abc" ))
     string1=repr( el )
     string2=str( el )
     confirm( string1==string2 )