We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bfff4 commit 03f9264Copy full SHA for 03f9264
Objects/dictobject.c
@@ -34,7 +34,7 @@ As of Python 3.6, this is compact and ordered. Basic idea is described here:
34
35
dk_indices is actual hashtable. It holds index in entries, or DKIX_EMPTY(-1)
36
or DKIX_DUMMY(-2).
37
-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:
38
39
* int8 for dk_size <= 128
40
* int16 for 256 <= dk_size <= 2**15
0 commit comments