]> granicus.if.org Git - python/commitdiff
link to canonical blogspot
authorBenjamin Peterson <benjamin@python.org>
Thu, 8 Sep 2016 17:14:31 +0000 (10:14 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 8 Sep 2016 17:14:31 +0000 (10:14 -0700)
Objects/dictobject.c

index 5af8c97c6105858c11a35f40afc292ac5c624dfa..866a23397aaedfd96ad95f3c28bb36e296005ebf 100644 (file)
@@ -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: