From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 4 Dec 2021 05:28:30 +0000 (-0800) Subject: bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) X-Git-Tag: v3.9.10~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=257eea55860c5f35acce49c062c5823c7a3a1317;p=thirdparty%2FPython%2Fcpython.git bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) (cherry picked from commit 9f2f7e42269db74a89fc8cd74d82a875787f01d7) Co-authored-by: Zachary Ware --- diff --git a/Doc/tutorial/floatingpoint.rst b/Doc/tutorial/floatingpoint.rst index b98de6e56a00..7212b40be837 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 `_ +section. See `The Perils of Floating Point `_ 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