mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
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. ........
This commit is contained in:
parent
d2df7e4974
commit
e250775d53
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ def test_bug_5828(self):
|
|||
[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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue