mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -1032,7 +1032,7 @@ Fail:
|
|||
}
|
||||
|
||||
/*
|
||||
Internal routine used by dictresize() to buid a hashtable of entries.
|
||||
Internal routine used by dictresize() to build a hashtable of entries.
|
||||
*/
|
||||
static void
|
||||
build_indices(PyDictKeysObject *keys, PyDictKeyEntry *ep, Py_ssize_t n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue