summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-10-06 11:10:34 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-10-06 11:10:34 (GMT)
commitbb2095f1e273d06f7dfaa8303c46ce6f01212c76 (patch)
treeca431e1ce1d92b650621dafb40befa2f2f70f3c8 /Lib
parent3e961a5fd141363cc7dc38d4bc9e9e0ff965cd74 (diff)
parent63ba97b58608163e1fabf0e07c4f7a243a028e15 (diff)
downloadcpython-bb2095f1e273d06f7dfaa8303c46ce6f01212c76.zip
cpython-bb2095f1e273d06f7dfaa8303c46ce6f01212c76.tar.gz
cpython-bb2095f1e273d06f7dfaa8303c46ce6f01212c76.tar.bz2
Branch merge
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_minidom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_minidom.py b/Lib/test/test_minidom.py
index 5c09c46..126bdb1 100644
--- a/Lib/test/test_minidom.py
+++ b/Lib/test/test_minidom.py
@@ -446,7 +446,7 @@ class MinidomTest(unittest.TestCase):
dom.unlink()
self.confirm(domstr == str.replace("\n", "\r\n"))
- def test_toPrettyXML_perserves_content_of_text_node(self):
+ def test_toprettyxml_preserves_content_of_text_node(self):
str = '<A>B</A>'
dom = parseString(str)
dom2 = parseString(dom.toprettyxml())