8000 Fix typo in dict object comment (GH-15814) · python/cpython@18fa272 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18fa272

Browse files
Fix typo in dict object comment (GH-15814)
(cherry picked from commit 359143c) Co-authored-by: dalgarno <32097481+dalgarno@users.noreply.github.com>
1 parent ccaea52 commit 18fa272

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