diff options
author | Zachary Ware <zach@python.org> | 2021-12-02 20:24:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 20:24:25 (GMT) |
commit | 9f2f7e42269db74a89fc8cd74d82a875787f01d7 (patch) | |
tree | f296d4266dc91fbeb3b6e4605b56f9925d756a8f | |
parent | a31173c5ceb1708df687f942d714bdecae7cb759 (diff) | |
download | cpython-9f2f7e42269db74a89fc8cd74d82a875787f01d7.zip cpython-9f2f7e42269db74a89fc8cd74d82a875787f01d7.tar.gz cpython-9f2f7e42269db74a89fc8cd74d82a875787f01d7.tar.bz2 |
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
-rw-r--r-- | Doc/tutorial/floatingpoint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/floatingpoint.rst b/Doc/tutorial/floatingpoint.rst index b98de6e..7212b40 100644 --- a/Doc/tutorial/floatingpoint.rst +++ b/Doc/tutorial/floatingpoint.rst @@ -133,7 +133,7 @@ with inexact values become comparable to one another:: Binary floating-point arithmetic holds many surprises like this. The problem with "0.1" is explained in precise detail below, in the "Representation Error" -section. See `The Perils of Floating Point <http://www.lahey.com/float.htm>`_ +section. See `The Perils of Floating Point <https://www.lahey.com/float.htm>`_ for a more complete account of other common surprises. As that says near the end, "there are no easy answers." Still, don't be unduly |