mirror of https://github.com/python/cpython
Use the correct function name in docstring.
This commit is contained in:
parent
6f3900163a
commit
40777e6606
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Reference in New Issue