summaryrefslogtreecommitdiffstats
path: root/Include/unicodeobject.h
diff options
context:
space:
mode:
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>2023-05-01 15:45:50 (GMT)
committerGitHub <noreply@github.com>2023-05-01 15:45:50 (GMT)
commit2a884ceb36e799c900129d4b5b6248262004efb5 (patch)
tree41930495a50c03412a1a6257e7374682a7d2e945 /Include/unicodeobject.h
parentd5a97074d24cd14cb2a35a2b1ad3074863cde264 (diff)
downloadcpython-2a884ceb36e799c900129d4b5b6248262004efb5.zip
cpython-2a884ceb36e799c900129d4b5b6248262004efb5.tar.gz
cpython-2a884ceb36e799c900129d4b5b6248262004efb5.tar.bz2
Fix typo in "expected" word in few source files (#104034)
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r--Include/unicodeobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index 74474f5..5839c74 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -626,7 +626,7 @@ PyAPI_FUNC(PyObject*) PyUnicode_AsLatin1String(
/* --- ASCII Codecs -------------------------------------------------------
- Only 7-bit ASCII data is excepted. All other codes generate errors.
+ Only 7-bit ASCII data is expected. All other codes generate errors.
*/