mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo in dict object comment (GH-15814)
(cherry picked from commit 359143c686
)
Co-authored-by: dalgarno <32097481+dalgarno@users.noreply.github.com>
This commit is contained in:
parent
ccaea52588
commit
18fa272601
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Size of indices is dk_size. Type of each index in indices is vary on dk_size:
|
|||
* int32 for 2**16 <= dk_size <= 2**31
|
||||
* int64 for 2**32 <= dk_size
|
||||
|
||||
dk_entries is array of PyDictKeyEntry. It's size is USABLE_FRACTION(dk_size).
|
||||
dk_entries is array of PyDictKeyEntry. Its size is USABLE_FRACTION(dk_size).
|
||||
DK_ENTRIES(dk) can be used to get pointer to entries.
|
||||
|
||||
NOTE: Since negative value is used for DKIX_EMPTY and DKIX_DUMMY, type of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue