mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -5383,7 +5383,7 @@ fail:
|
|||
#ifdef Py_GIL_DISABLED
|
||||
|
||||
// Grabs the key and/or value from the provided locations and if successful
|
||||
// returns them with an increased reference count. If either one is unsucessful
|
||||
// returns them with an increased reference count. If either one is unsuccessful
|
||||
// nothing is incref'd and returns -1.
|
||||
static int
|
||||
acquire_key_value(PyObject **key_loc, PyObject *value, PyObject **value_loc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue