summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicodedata.py
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2009-04-26 19:11:43 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2009-04-26 19:11:43 (GMT)
commit4c69da28792d22200e2533359ce90749ba6a4e54 (patch)
tree57914a7f19edcf9d6f548ff77f0fc32211e9e21d /Lib/test/test_unicodedata.py
parent6d6b220215433310c50c37be80d8def08af7700c (diff)
downloadcpython-4c69da28792d22200e2533359ce90749ba6a4e54.zip
cpython-4c69da28792d22200e2533359ce90749ba6a4e54.tar.gz
cpython-4c69da28792d22200e2533359ce90749ba6a4e54.tar.bz2
Fix typo.
Diffstat (limited to 'Lib/test/test_unicodedata.py')
-rw-r--r--Lib/test/test_unicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py
index 1651b46..baa36cb 100644
--- a/Lib/test/test_unicodedata.py
+++ b/Lib/test/test_unicodedata.py
@@ -270,7 +270,7 @@ class UnicodeMiscTest(UnicodeDatabaseTest):
[0]
)
- def test_buf_4971(self):
+ def test_bug_4971(self):
# LETTER DZ WITH CARON: DZ, Dz, dz
self.assertEqual(u"\u01c4".title(), u"\u01c5")
self.assertEqual(u"\u01c5".title(), u"\u01c5")