Skip to content

Commit 76f7538

Browse files
Update Modules/unicodedata.c
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent e80bac4 commit 76f7538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/unicodedata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ unicodedata_block_impl(PyObject *module, int chr)
20932093
return PyUnicode_FromString(_PyUnicode_BlockNames[_PyUnicode_Blocks[m].name]);
20942094
}
20952095
}
2096-
// Otherwise, return the deefault value per
2096+
// Otherwise, return the default value per
20972097
// https://www.unicode.org/versions/latest/core-spec/chapter-3/#G64189
20982098
return PyUnicode_FromString("No_Block");
20992099
}

0 commit comments

Comments
 (0)