diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-26 04:58:50 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-26 04:58:50 (GMT) |
commit | 9a729a1cc522cd40a83c0fb1c23c2bfb545be261 (patch) | |
tree | 592c8da76eecd3f07f35e4424e4497dc1da6fb6d /Doc | |
parent | d6ef19309d9d41c35edb1f05235eda60952a64ea (diff) | |
download | cpython-9a729a1cc522cd40a83c0fb1c23c2bfb545be261.zip cpython-9a729a1cc522cd40a83c0fb1c23c2bfb545be261.tar.gz cpython-9a729a1cc522cd40a83c0fb1c23c2bfb545be261.tar.bz2 |
Typo in new docs.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmath.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex index 3590467..7f25eba 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}. |