Get rid of the one tab in the file.

Closes Bug #115054.
This commit is contained in:
Guido van Rossum 2000-09-22 09:23:08 +00:00
parent 954eef7e51
commit c77593d31a

View 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 )