cpython: 30f20247bd14 (original) (raw)
Mercurial > cpython
changeset 103385:30f20247bd14
Issue #28033: Fix typo in dictobject.c Patch by Wesley Emeneker. [#28033]
Berker Peksag berker.peksag@gmail.com | |
---|---|
date | Fri, 09 Sep 2016 03:57:23 +0300 |
parents | 4a50d87808a6 |
children | ddb1cf7b7eb1 |
files | Objects/dictobject.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Objects/dictobject.c 2 |
line wrap: on
line diff
--- 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[](#l1.9) layout: