Kaydet (Commit) de28d684 authored tarafından Mark Dickinson's avatar Mark Dickinson

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

üst 02172ddb
......@@ -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.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment