Issue #5393: typo in cmath.cos and cmath.cosh docstring

This commit is contained in:
Mark Dickinson 2009-02-28 15:50:40 +00:00
parent 02172ddbee
commit de28d6841e

View file

@ -368,7 +368,7 @@ c_cos(Py_complex z)
PyDoc_STRVAR(c_cos_doc,
"cos(x)\n"
"n"
"\n"
"Return the cosine of x.");
@ -427,7 +427,7 @@ c_cosh(Py_complex z)
PyDoc_STRVAR(c_cosh_doc,
"cosh(x)\n"
"n"
"\n"
"Return the hyperbolic cosine of x.");