From 40777e66061ce8669cd21d4a268459688397acde Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 29 Oct 2009 20:38:32 +0000 Subject: Use the correct function name in docstring. --- Modules/mathmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index b2fee3f..bfbdf76 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.c @@ -870,7 +870,7 @@ _fsum_error: #undef NUM_PARTIALS PyDoc_STRVAR(math_fsum_doc, -"sum(iterable)\n\n\ +"fsum(iterable)\n\n\ Return an accurate floating point sum of values in the iterable.\n\ Assumes IEEE-754 floating point arithmetic."); -- cgit v0.12