diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index 4b6495812f17023..1e3924760273e47 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.c @@ -2329,7 +2329,9 @@ math.fma z: double / -Fused multiply-add operation. Compute (x * y) + z with a single round. +Fused multiply-add operation. + +Compute (x * y) + z with a single round. [clinic start generated code]*/ static PyObject *