8000 fix code comment regarding dict entries · python/cpython@d4f3c26 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4f3c26

Browse files
fix code comment regarding dict entries
1 parent 2f126a7 commit d4f3c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_dict.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ struct _dictkeysobject {
166166
char dk_indices[]; /* char is required to avoid strict aliasing. */
167167

168168
/* "PyDictKeyEntry or PyDictUnicodeEntry dk_entries[USABLE_FRACTION(DK_SIZE(dk))];" array follows:
169-
see the DK_ENTRIES() macro */
169+
see the DK_ENTRIES() / DK_UNICODE_ENTRIES() functions below */
170170
};
171171

172172
/* This must be no more than 250, for the prefix size to fit in one byte. */

0 commit comments

Comments
 (0)
0