mirror of
https://github.com/python/cpython.git
synced 2025-10-07 15:42:02 +00:00
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation, code comments, and a debugging messages.
This commit is contained in:
parent
7d82d0366b
commit
6245cb3c01
35 changed files with 52 additions and 52 deletions
|
@ -520,7 +520,7 @@ _PyCode_ConstantKey(PyObject *op)
|
|||
return key;
|
||||
}
|
||||
else {
|
||||
/* for other types, use the object identifier as an unique identifier
|
||||
/* for other types, use the object identifier as a unique identifier
|
||||
* to ensure that they are seen as unequal. */
|
||||
PyObject *obj_id = PyLong_FromVoidPtr(op);
|
||||
if (obj_id == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue