Skip to content

Commit 1bd2e29

Browse files
committed
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 python#5393: typo in cmath.cos and cmath.cosh docstring ........
1 parent 10c9937 commit 1bd2e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/cmathmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ c_cos(Py_complex z)
368368

369369
PyDoc_STRVAR(c_cos_doc,
370370
"cos(x)\n"
371-
"n"
371+
"\n"
372372
"Return the cosine of x.");
373373

374374

@@ -427,7 +427,7 @@ c_cosh(Py_complex z)
427427

428428
PyDoc_STRVAR(c_cosh_doc,
429429
"cosh(x)\n"
430-
"n"
430+
"\n"
431431
"Return the hyperbolic cosine of x.");
432432

433433

0 commit comments

Comments
 (0)