Skip to content

Commit 83df50e

Browse files
Xdminsybenjaminp
authored andcommitted
Change the xkcd link in comment over https. (GH-5452)
1 parent 1900384 commit 83df50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/antigravity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def geohash(latitude, longitude, datedow):
1111
37.857713 -122.544543
1212
1313
'''
14-
# http://xkcd.com/426/
14+
# https://xkcd.com/426/
1515
h = hashlib.md5(datedow).hexdigest()
1616
p, q = [('%f' % float.fromhex('0.' + x)) for x in (h[:16], h[16:32])]
1717
print('%d%s %d%s' % (latitude, p[1:], longitude, q[1:]))

0 commit comments

Comments
 (0)