mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Fix typos in comments (#120821)
This commit is contained in:
parent
8ac08f36fe
commit
0153fd0940
8 changed files with 10 additions and 10 deletions
|
@ -6297,7 +6297,7 @@ _PyUnicode_GetNameCAPI(void)
|
|||
ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import(
|
||||
PyUnicodeData_CAPSULE_NAME, 1);
|
||||
|
||||
// It's fine if we overwite the value here. It's always the same value.
|
||||
// It's fine if we overwrite the value here. It's always the same value.
|
||||
_Py_atomic_store_ptr(&interp->unicode.ucnhash_capi, ucnhash_capi);
|
||||
}
|
||||
return ucnhash_capi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue