Skip to content

Commit 03f9264

Browse files
authored
fix grammar in comment in dictobject.c (#125822)
1 parent d0bfff4 commit 03f9264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/dictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ As of Python 3.6, this is compact and ordered. Basic idea is described here:
3434
3535
dk_indices is actual hashtable. It holds index in entries, or DKIX_EMPTY(-1)
3636
or DKIX_DUMMY(-2).
37-
Size of indices is dk_size. Type of each index in indices is vary on dk_size:
37+
Size of indices is dk_size. Type of each index in indices varies with dk_size:
3838
3939
* int8 for dk_size <= 128
4040
* int16 for 256 <= dk_size <= 2**15

0 commit comments

Comments
 (0)