Skip to content

Commit

Permalink
Issue python#28033: Fix typo in dictobject.c
Browse files Browse the repository at this point in the history
Patch by Wesley Emeneker.
  • Loading branch information
berkerpeksag committed Sep 9, 2016
1 parent ba7224f commit 71c01d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/dictobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
This implements the dictionary's hashtable.
As of Python 3.6, this is compact and orderd. Basic idea is described here.
As of Python 3.6, this is compact and ordered. Basic idea is described here.
https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html
layout:
Expand Down

0 comments on commit 71c01d4

Please sign in to comment.