Use the correct function name in docstring.

This commit is contained in:
Georg Brandl 2009-10-29 20:38:32 +00:00
parent 6f3900163a
commit 40777e6606
1 changed files with 1 additions and 1 deletions

View 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.");