From: Ikko Ashimine Date: Tue, 10 Nov 2020 05:57:34 +0000 (+0900) Subject: Fix typo in unicodeobject.c (GH-23180) X-Git-Tag: v3.10.0a3~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38811d68caf9b782ea7168479acb09557e126efe;p=thirdparty%2FPython%2Fcpython.git Fix typo in unicodeobject.c (GH-23180) exeeds -> exceeds Automerge-Triggered-By: GH:Mariatta --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 905801820103..e7a63e7b973d 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -1894,7 +1894,7 @@ _PyUnicode_Ready(PyObject *unicode) _PyUnicode_WSTR_LENGTH(unicode) = 0; #endif } - /* maxchar exeeds 16 bit, wee need 4 bytes for unicode characters */ + /* maxchar exceeds 16 bit, wee need 4 bytes for unicode characters */ else { #if SIZEOF_WCHAR_T == 2 /* in case the native representation is 2-bytes, we need to allocate a