diff options
author | Walter Dörwald <walter@livinglogic.de> | 2009-04-26 19:16:11 +0000 |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2009-04-26 19:16:11 +0000 |
commit | e250775d538622f1133a92cbf2435889c014db85 (patch) | |
tree | fc9b6e70e7230010fdc00a7adad5a1a443b30f6f /Lib/test/test_unicodedata.py | |
parent | d2df7e4974df87313c51ec6a3c554865094fc2d5 (diff) | |
download | cpython-git-e250775d538622f1133a92cbf2435889c014db85.tar.gz |
Merged revisions 71972 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71972 | walter.doerwald | 2009-04-26 21:11:43 +0200 (So, 26 Apr 2009) | 2 lines
Fix typo.
........
Diffstat (limited to 'Lib/test/test_unicodedata.py')
-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 b85b9779df..aed8eaa0fe 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -271,7 +271,7 @@ class UnicodeMiscTest(UnicodeDatabaseTest): [0] ) - def test_buf_4971(self): + def test_bug_4971(self): # LETTER DZ WITH CARON: DZ, Dz, dz self.assertEqual("\u01c4".title(), "\u01c5") self.assertEqual("\u01c5".title(), "\u01c5") |