Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e250775

Browse files
committed
Merged revisions 71972 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r71972 | walter.doerwald | 2009-04-26 21:11:43 +0200 (So, 26 Apr 2009) | 2 lines Fix typo. ........
1 parent d2df7e4 commit e250775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_unicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def test_bug_5828(self):
271271
[0]
272272
)
273273

274-
def test_buf_4971(self):
274+
def test_bug_4971(self):
275275
# LETTER DZ WITH CARON: DZ, Dz, dz
276276
self.assertEqual("\u01c4".title(), "\u01c5")
277277
self.assertEqual("\u01c5".title(), "\u01c5")

0 commit comments

Comments
 (0)