mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Fix typo in "expected" word in few source files (#104034)
This commit is contained in:
parent
d5a97074d2
commit
2a884ceb36
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue