mirror of
https://github.com/python/cpython.git
synced 2025-12-07 17:57:56 +00:00
fix grammar in comment in dictobject.c (#125822)
This commit is contained in:
parent
d0bfff47fb
commit
03f9264ece
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ layout:
|
||||||
|
|
||||||
dk_indices is actual hashtable. It holds index in entries, or DKIX_EMPTY(-1)
|
dk_indices is actual hashtable. It holds index in entries, or DKIX_EMPTY(-1)
|
||||||
or DKIX_DUMMY(-2).
|
or DKIX_DUMMY(-2).
|
||||||
Size of indices is dk_size. Type of each index in indices is vary on dk_size:
|
Size of indices is dk_size. Type of each index in indices varies with dk_size:
|
||||||
|
|
||||||
* int8 for dk_size <= 128
|
* int8 for dk_size <= 128
|
||||||
* int16 for 256 <= dk_size <= 2**15
|
* int16 for 256 <= dk_size <= 2**15
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue