]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in unicodeobject.c (GH-23180)
authorIkko Ashimine <eltociear@gmail.com>
Tue, 10 Nov 2020 05:57:34 +0000 (14:57 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Nov 2020 05:57:34 +0000 (21:57 -0800)
exeeds -> exceeds

Automerge-Triggered-By: GH:Mariatta
Objects/unicodeobject.c

index 9058018201039cee4ee8d845d8db1c50687f8709..e7a63e7b973d89ce42ded1858c116bdbccca2711 100644 (file)
@@ -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