mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Correct some typos in comments (GH-98194)
Automerge-Triggered-By: GH:AlexWaygood
This commit is contained in:
parent
61b6c40b64
commit
ede6cb2615
2 changed files with 2 additions and 2 deletions
|
@ -1725,7 +1725,7 @@ add_error(PyObject *errors_module, PyObject *codes_dict,
|
|||
const int error_code = (int)error_index;
|
||||
|
||||
/* NOTE: This keeps the source of truth regarding error
|
||||
* messages with libexpat and (by definiton) in bulletproof sync
|
||||
* messages with libexpat and (by definition) in bulletproof sync
|
||||
* with the other uses of the XML_ErrorString function
|
||||
* elsewhere within this file. pyexpat's copy of the messages
|
||||
* only acts as a fallback in case of outdated runtime libexpat,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue