From: Berker Peksag Date: Fri, 9 Sep 2016 00:57:23 +0000 (+0300) Subject: Issue #28033: Fix typo in dictobject.c X-Git-Tag: v3.6.0b1~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71c01d43a7839bfd1ec30991805af9bc41f3fafd;p=thirdparty%2FPython%2Fcpython.git Issue #28033: Fix typo in dictobject.c Patch by Wesley Emeneker. --- diff --git a/Objects/dictobject.c b/Objects/dictobject.c index 2dcc847512d6..461eb57ccc1d 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -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: