diff options
author | chgnrdv <52372310+chgnrdv@users.noreply.github.com> | 2023-05-01 18:45:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 09:45:50 -0600 |
commit | 2a884ceb36e799c900129d4b5b6248262004efb5 (patch) | |
tree | 41930495a50c03412a1a6257e7374682a7d2e945 /Include | |
parent | d5a97074d24cd14cb2a35a2b1ad3074863cde264 (diff) | |
download | cpython-git-2a884ceb36e799c900129d4b5b6248262004efb5.tar.gz |
Fix typo in "expected" word in few source files (#104034)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/unicodeobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 74474f5bb8..5839c747a2 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. */ |