8000 Change the xkcd link in comment over https. (GH-9294) · python/cpython@bd844b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd844b0

Browse files
miss-islingtonXdminsy
authored andcommitted
Change the xkcd link in comment over https. (GH-9294)
(cherry picked from commit 83df50e) Co-authored-by: 觉 <Xdminsy@users.noreply.github.com>
1 parent f79d74d commit bd844b0

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)
0