From: partev Date: Wed, 21 Sep 2022 19:47:46 +0000 (-0400) Subject: Doc: fix link redirect (GH-96606) X-Git-Tag: v3.12.0a1~369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f5f07d076d7e7d825306981108dbb7120d7377;p=thirdparty%2FPython%2Fcpython.git Doc: fix link redirect (GH-96606) "Hyperbolic_function" -> "Hyperbolic_functions" --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 96ada7d81bd2..559c6ec5dd9d 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -534,7 +534,7 @@ Angular conversion Hyperbolic functions -------------------- -`Hyperbolic functions `_ +`Hyperbolic functions `_ are analogs of trigonometric functions that are based on hyperbolas instead of circles.