Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a9153 commit 63ba97bCopy full SHA for 63ba97b
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