diff -r aca5afbdbf39 Objects/dictobject.c --- a/Objects/dictobject.c Thu Sep 08 10:41:50 2016 -0700 +++ b/Objects/dictobject.c Thu Sep 08 20:36:25 2016 -0400 @@ -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: