summaryrefslogtreecommitdiff
path: root/Lib/test/test_minidom.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-10-06 13:19:34 +0200
committerÉric Araujo <merwok@netwok.org>2011-10-06 13:19:34 +0200
commite954ecb9ba35d3d075bae423c964fa8a6771968c (patch)
tree5df1b5a15f873b27f2a026ac0bdde9d27cca8b7a /Lib/test/test_minidom.py
parentc9539d593ecd065b726fa0bbc5c8e97c1d27ca20 (diff)
parent2710bc4b689453bffd5c594eb3a064bf1af79df4 (diff)
downloadcpython-git-e954ecb9ba35d3d075bae423c964fa8a6771968c.tar.gz
Branch merge
Diffstat (limited to 'Lib/test/test_minidom.py')
-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 ecf05dd2e2..cb1c60cb26 100644
--- a/Lib/test/test_minidom.py
+++ b/Lib/test/test_minidom.py
@@ -439,7 +439,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())