Skip to content

Commit 2a86ade

Browse files
miss-islingtonIkko Ashimine
andauthored
Fix typo in unicodeobject.c (GH-23180)
exeeds -> exceeds Automerge-Triggered-By: GH:Mariatta (cherry picked from commit 38811d6) Co-authored-by: Ikko Ashimine <[email protected]>
1 parent 371c335 commit 2a86ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ _PyUnicode_Ready(PyObject *unicode)
18821882
_PyUnicode_WSTR_LENGTH(unicode) = 0;
18831883
#endif
18841884
}
1885-
/* maxchar exeeds 16 bit, wee need 4 bytes for unicode characters */
1885+
/* maxchar exceeds 16 bit, wee need 4 bytes for unicode characters */
18861886
else {
18871887
#if SIZEOF_WCHAR_T == 2
18881888
/* in case the native representation is 2-bytes, we need to allocate a

0 commit comments

Comments
 (0)