aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2020-11-10 14:57:34 +0900
committerGitHub <noreply@github.com>2020-11-09 21:57:34 -0800
commit38811d68caf9b782ea7168479acb09557e126efe (patch)
treee4510c82bbad4342fd23e733278bcf26930ff16c /Objects
parentbpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19... (diff)
downloadcpython-38811d68caf9b782ea7168479acb09557e126efe.tar.gz
cpython-38811d68caf9b782ea7168479acb09557e126efe.tar.bz2
cpython-38811d68caf9b782ea7168479acb09557e126efe.zip
Fix typo in unicodeobject.c (GH-23180)
exeeds -> exceeds Automerge-Triggered-By: GH:Mariatta
Diffstat (limited to 'Objects')
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 9058018201..e7a63e7b97 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