We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30af45e commit 22f7973Copy full SHA for 22f7973
Lib/test/test_unicodedata.py
@@ -467,7 +467,7 @@ def test_bug_834676(self):
467
# Check for bug 834676
468
unicodedata.normalize('NFC', '\ud55c\uae00')
469
470
- def test_normalize_func_shall_return_exact_str(self):
+ def test_normalize_return_type(self):
471
# See: https://github.com/python/cpython/issues/129569
472
normalize = unicodedata.normalize
473
0 commit comments