From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:20:51 +0000 (+0100) Subject: [3.11] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) (GH... X-Git-Tag: v3.11.7~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d87a988a6a36acfeef34c134070d53dc5e6dc4d;p=thirdparty%2FPython%2Fcpython.git [3.11] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) (GH-112663) Use author link to 'The Perils of Floating Point'. (cherry picked from commit c27b09c81368bc3b756e94a79a39307ce44a4a2c) Co-authored-by: Marco Aurélio A. Barbosa --- diff --git a/Doc/tutorial/floatingpoint.rst b/Doc/tutorial/floatingpoint.rst index 40c38be2fcd1..cffd64eb6a3f 100644 --- a/Doc/tutorial/floatingpoint.rst +++ b/Doc/tutorial/floatingpoint.rst @@ -131,7 +131,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