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

Skip to content

Commit 71c01d4

Browse files
committed
Issue #28033: Fix typo in dictobject.c
Patch by Wesley Emeneker.
1 parent ba7224f commit 71c01d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/dictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
This implements the dictionary's hashtable.
1212
13-
As of Python 3.6, this is compact and orderd. Basic idea is described here.
13+
As of Python 3.6, this is compact and ordered. Basic idea is described here.
1414
https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html
1515
1616
layout:

0 commit comments

Comments
 (0)