]> granicus.if.org Git - python/commitdiff
Issue #5393: typo in cmath.cos and cmath.cosh docstring
authorMark Dickinson <dickinsm@gmail.com>
Sat, 28 Feb 2009 15:50:40 +0000 (15:50 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 28 Feb 2009 15:50:40 +0000 (15:50 +0000)
Modules/cmathmodule.c

index 42af08cf47b377ab826208a960b4aa0f3e8ee228..6022cb6150b013a073ec2b2f86edbdd620fed466 100644 (file)
@@ -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.");