Kaydet (Commit) 40777e66 authored tarafından Georg Brandl's avatar Georg Brandl

Use the correct function name in docstring.

üst 6f390016
...@@ -870,7 +870,7 @@ _fsum_error: ...@@ -870,7 +870,7 @@ _fsum_error:
#undef NUM_PARTIALS #undef NUM_PARTIALS
PyDoc_STRVAR(math_fsum_doc, 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\ Return an accurate floating point sum of values in the iterable.\n\
Assumes IEEE-754 floating point arithmetic."); Assumes IEEE-754 floating point arithmetic.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment