fix grammar in comment in dictobject.c (#125822)

This commit is contained in:
Arjun Singh 2024-10-22 08:18:16 +05:30 committed by GitHub
parent d0bfff47fb
commit 03f9264ece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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