summaryrefslogtreecommitdiffstats
path: root/Modules/cmathmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/cmathmodule.c')
-rw-r--r--Modules/cmathmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c
index 060cc6f..ab8b5e1 100644
--- a/Modules/cmathmodule.c
+++ b/Modules/cmathmodule.c
@@ -64,7 +64,7 @@ static Py_complex c_acosh(x)
static char c_acosh_doc [] =
"acosh(x)\n\
\n\
-Return the hyperbolic cosine of x.";
+Return the hyperbolic arccosine of x.";
static Py_complex c_asin(x)