]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in dict object comment (GH-15814)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 10:15:43 +0000 (03:15 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 10:15:43 +0000 (03:15 -0700)
(cherry picked from commit 359143c68659d165f52320d368667e0eff279dc5)

Co-authored-by: dalgarno <32097481+dalgarno@users.noreply.github.com>
Objects/dictobject.c

index eb635263b04cd129f40def977515edcb65e1411d..94374488490073f700341d4ac4095dd23c23a265 100644 (file)
@@ -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