From: Marco Aurélio A. Barbosa Date: Sun, 3 Dec 2023 15:14:14 +0000 (-0300) Subject: Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) X-Git-Tag: v3.13.0a3~550 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c27b09c81368bc3b756e94a79a39307ce44a4a2c;p=thirdparty%2FPython%2Fcpython.git Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) Use author link to 'The Perils of Floating Point'. --- diff --git a/Doc/tutorial/floatingpoint.rst b/Doc/tutorial/floatingpoint.rst index 30f3dfb6b238..0795e2fef988 100644 --- a/Doc/tutorial/floatingpoint.rst +++ b/Doc/tutorial/floatingpoint.rst @@ -150,7 +150,7 @@ section. See `Examples of Floating Point Problems `_ for a pleasant summary of how binary floating-point works and the kinds of problems commonly encountered in practice. Also see -`The Perils of Floating Point `_ +`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