mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Issue #5393: typo in cmath.cos and cmath.cosh docstring
This commit is contained in:
parent
02172ddbee
commit
de28d6841e
1 changed files with 2 additions and 2 deletions
|
@ -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.");
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue