Kaydet (Commit) 7bd86065 authored tarafından Hye-Shik Chang's avatar Hye-Shik Chang

Fix typo.

üst 5f512599
......@@ -302,7 +302,7 @@ class UnicodeTest(
self.checkequalnofix(True, u'\ud55c\uae00', 'iswide')
self.checkequalnofix(False, u'\ud55c\u2606\uae00', 'iswide')
def test_wide(self):
def test_width(self):
self.assertEqual(u''.width(), 0)
self.assertEqual(u'abcd'.width(), 4)
self.assertEqual(u'\u0187\u01c9'.width(), 2)
......
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