Kaydet (Commit) c77593d3 authored tarafından Guido van Rossum's avatar Guido van Rossum

Get rid of the one tab in the file.

Closes Bug #115054.
üst 954eef7e
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment