Skip to content

Commit 359143c

Browse files
dalgarnoDinoV
authored andcommitted
Fix typo in dict object comment (#15814)
1 parent c6bbcd2 commit 359143c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/dictobject.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Size of indices is dk_size. Type of each index in indices is vary on dk_size:
3939
* int32 for 2**16 <= dk_size <= 2**31
4040
* int64 for 2**32 <= dk_size
4141
42-
dk_entries is array of PyDictKeyEntry. It's size is USABLE_FRACTION(dk_size).
42+
dk_entries is array of PyDictKeyEntry. Its size is USABLE_FRACTION(dk_size).
4343
DK_ENTRIES(dk) can be used to get pointer to entries.
4444
4545
NOTE: Since negative value is used for DKIX_EMPTY and DKIX_DUMMY, type of

0 commit comments

Comments
 (0)