diff options
author | Walter Dörwald <walter@livinglogic.de> | 2009-04-26 19:11:43 +0000 |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2009-04-26 19:11:43 +0000 |
commit | 4c69da28792d22200e2533359ce90749ba6a4e54 (patch) | |
tree | 57914a7f19edcf9d6f548ff77f0fc32211e9e21d | |
parent | 6d6b220215433310c50c37be80d8def08af7700c (diff) | |
download | cpython-git-4c69da28792d22200e2533359ce90749ba6a4e54.tar.gz |
Fix typo.
-rw-r--r-- | Lib/test/test_unicodedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index 1651b4644b..baa36cbf18 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") |