From 003f059b3a4e00e24c68b45b16cdefeb38cc01aa Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 8 Sep 2016 10:14:31 -0700 Subject: link to canonical blogspot --- Objects/dictobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/dictobject.c b/Objects/dictobject.c index 5af8c97..866a233 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -11,7 +11,7 @@ This implements the dictionary's hashtable. As of Python 3.6, this is compact and orderd. Basic idea is described here. -https://morepypy.blogspot.jp/2015/01/faster-more-memory-efficient-and-more.html +https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html layout: -- cgit v0.12