1 parent 5c8be97 commit 80a91b2Copy full SHA for 80a91b2
1 file changed
Lib/test/test_minidom.py
@@ -446,7 +446,7 @@ def testAltNewline(self):
446
dom.unlink()
447
self.confirm(domstr == str.replace("\n", "\r\n"))
448
449
- def test_toPrettyXML_perserves_content_of_text_node(self):
+ def test_toprettyxml_preserves_content_of_text_node(self):
450
str = '<A>B</A>'
451
dom = parseString(str)
452
dom2 = parseString(dom.toprettyxml())
0 commit comments