From: Tim Peters Date: Mon, 26 Jul 2004 04:58:50 +0000 (+0000) Subject: Typo in new docs. X-Git-Tag: v2.4a2~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a729a1cc522cd40a83c0fb1c23c2bfb545be261;p=python Typo in new docs. --- diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex index 3590467ca6..7f25eba675 100644 --- a/Doc/lib/libmath.tex +++ b/Doc/lib/libmath.tex @@ -157,7 +157,7 @@ Converts angle \var{x} from radians to degrees. Converts angle \var{x} from degrees to radians. \end{funcdesc} -Hyerbolic functions: +Hyperbolic functions: \begin{funcdesc}{cosh}{x} Return the hyperbolic cosine of \var{x}.