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

Merged revisions 70062 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70062 | mark.dickinson | 2009-02-28 15:50:40 +0000 (Sat, 28 Feb 2009) | 2 lines

  Issue #5393: typo in cmath.cos and cmath.cosh docstring
........
üst 4b27e963
...@@ -368,7 +368,7 @@ c_cos(Py_complex z) ...@@ -368,7 +368,7 @@ c_cos(Py_complex z)
PyDoc_STRVAR(c_cos_doc, PyDoc_STRVAR(c_cos_doc,
"cos(x)\n" "cos(x)\n"
"n" "\n"
"Return the cosine of x."); "Return the cosine of x.");
...@@ -427,7 +427,7 @@ c_cosh(Py_complex z) ...@@ -427,7 +427,7 @@ c_cosh(Py_complex z)
PyDoc_STRVAR(c_cosh_doc, PyDoc_STRVAR(c_cosh_doc,
"cosh(x)\n" "cosh(x)\n"
"n" "\n"
"Return the hyperbolic cosine of x."); "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