]> granicus.if.org Git - python/commitdiff
Use the correct function name in docstring.
authorGeorg Brandl <georg@python.org>
Thu, 29 Oct 2009 20:38:32 +0000 (20:38 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 29 Oct 2009 20:38:32 +0000 (20:38 +0000)
Modules/mathmodule.c

index b2fee3ff3f83df4aa8046481857889d46141e78d..bfbdf7671f28cd1a64e509387a829accf608fe52 100644 (file)
@@ -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.");