Skip to content

Commit 257eea5

Browse files
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
(cherry picked from commit 9f2f7e4) Co-authored-by: Zachary Ware <[email protected]>
1 parent 0003d57 commit 257eea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/floatingpoint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ with inexact values become comparable to one another::
133133

134134
Binary floating-point arithmetic holds many surprises like this. The problem
135135
with "0.1" is explained in precise detail below, in the "Representation Error"
136-
section. See `The Perils of Floating Point <http://www.lahey.com/float.htm>`_
136+
section. See `The Perils of Floating Point <https://www.lahey.com/float.htm>`_
137137
for a more complete account of other common surprises.
138138

139139
As that says near the end, "there are no easy answers." Still, don't be unduly

0 commit comments

Comments
 (0)