commit | 1bc05e091a65c6b57a98e9a7f7b461ffe08dbfb1 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <[email protected]> | Sat Feb 28 15:50:40 2009 +0000 |
committer | Mark Dickinson <[email protected]> | Sat Feb 28 15:50:40 2009 +0000 |
tree | d71cfda3875e7a945f8e259f4772211bf6947b4f | |
parent | 7d3bc633d1b450f0fc0d32830fcd7c1e88ba8127 [diff] |
Issue #5393: typo in cmath.cos and cmath.cosh docstring
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c index 42af08c..6022cb6 100644 --- a/Modules/cmathmodule.c +++ b/Modules/cmathmodule.c
@@ -368,7 +368,7 @@ PyDoc_STRVAR(c_cos_doc, "cos(x)\n" -"n" +"\n" "Return the cosine of x."); @@ -427,7 +427,7 @@ PyDoc_STRVAR(c_cosh_doc, "cosh(x)\n" -"n" +"\n" "Return the hyperbolic cosine of x.");