1 parent caa69fd commit 0e11c49Copy full SHA for 0e11c49
1 file changed
Modules/cmathmodule.c
@@ -64,7 +64,7 @@ static Py_complex c_acosh(x)
64
static char c_acosh_doc [] =
65
"acosh(x)\n\
66
\n\
67
-Return the hyperbolic cosine of x.";
+Return the hyperbolic arccosine of x.";
68
69
70
static Py_complex c_asin(x)
0 commit comments