]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Dec 2021 05:28:30 +0000 (21:28 -0800)
committerGitHub <noreply@github.com>
Sat, 4 Dec 2021 05:28:30 +0000 (00:28 -0500)
(cherry picked from commit 9f2f7e42269db74a89fc8cd74d82a875787f01d7)

Co-authored-by: Zachary Ware <zach@python.org>
Doc/tutorial/floatingpoint.rst

index b98de6e56a003191b5259a5f3d969224177b2cd6..7212b40be83772da7721d56ac2ab5eba81367e4e 100644 (file)
@@ -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