Kaydet (Commit) 4c69da28 authored tarafından Walter Dörwald's avatar Walter Dörwald

Fix typo.

üst 6d6b2202
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment