commit | 83df50ea5757816c7338d27f21fd18b1e79206f7 | [log] [tgz] |
---|---|---|
author | 觉 <Xdminsy@users.noreply.github.com> | Fri Sep 14 13:45:00 2018 +0800 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Sep 13 22:45:00 2018 -0700 |
tree | 9c87de136c9c6216adc789e52fb11c0f5fb8efd8 | |
parent | 19003841e965bbf56fd06824d6093620c1b66f9e [diff] |
Change the xkcd link in comment over https. (GH-5452)
diff --git a/Lib/antigravity.py b/Lib/antigravity.py index 9b14368..c6f174c 100644 --- a/Lib/antigravity.py +++ b/Lib/antigravity.py
@@ -11,7 +11,7 @@ 37.857713 -122.544543 ''' - # http://xkcd.com/426/ + # https://xkcd.com/426/ h = hashlib.md5(datedow).hexdigest() p, q = [('%f' % float.fromhex('0.' + x)) for x in (h[:16], h[16:32])] print('%d%s %d%s' % (latitude, p[1:], longitude, q[1:]))