Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee178e6

Browse files
committed
fix spelling
1 parent b1a9588 commit ee178e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/odictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ we've considered:
3939
__getitem__(), get(), etc. accordingly.
4040
4141
The approach with the least performance impact (time and space) is #2,
42-
mirroring the key order of dict's dk_enties with an array of node pointers.
42+
mirroring the key order of dict's dk_entries with an array of node pointers.
4343
While lookdict() and friends (dk_lookup) don't give us the index into the
4444
array, we make use of pointer arithmetic to get that index. An alternative
4545
would be to refactor lookdict() to provide the index, explicitly exposing

0 commit comments

Comments
 (0)