Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63ba97b

Browse files
committed
Fix typo and case in a recently added test
1 parent 58a9153 commit 63ba97b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_minidom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def testAltNewline(self):
446446
dom.unlink()
447447
self.confirm(domstr == str.replace("\n", "\r\n"))
448448

449-
def test_toPrettyXML_perserves_content_of_text_node(self):
449+
def test_toprettyxml_preserves_content_of_text_node(self):
450450
str = '<A>B</A>'
451451
dom = parseString(str)
452452
dom2 = parseString(dom.toprettyxml())

0 commit comments

Comments
 (0)