Skip to content

Commit 55ad3df

Browse files
Hizuru3vstinner
andauthored
Update Lib/test/test_unicodedata.py
Co-authored-by: Victor Stinner <[email protected]>
1 parent 22f7973 commit 55ad3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_unicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def test_bug_834676(self):
468468
unicodedata.normalize('NFC', '\ud55c\uae00')
469469

470470
def test_normalize_return_type(self):
471-
# See: https://github.com/python/cpython/issues/129569
471+
# gh-129569: normalize() return type must always be str
472472
normalize = unicodedata.normalize
473473

474474
class MyStr(str):

0 commit comments

Comments
 (0)