There was an error while loading. Please reload this page.
1 parent bfc6b63 commit 38811d6Copy full SHA for 38811d6
Objects/unicodeobject.c
@@ -1894,7 +1894,7 @@ _PyUnicode_Ready(PyObject *unicode)
1894
_PyUnicode_WSTR_LENGTH(unicode) = 0;
1895
#endif
1896
}
1897
- /* maxchar exeeds 16 bit, wee need 4 bytes for unicode characters */
+ /* maxchar exceeds 16 bit, wee need 4 bytes for unicode characters */
1898
else {
1899
#if SIZEOF_WCHAR_T == 2
1900
/* in case the native representation is 2-bytes, we need to allocate a
0 commit comments