Skip to content

Commit ee1e65b

Browse files
Update Modules/mathmodule.c
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent ce61486 commit ee1e65b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Modules/mathmodule.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2329,7 +2329,9 @@ math.fma
23292329
z: double
23302330
/
23312331
2332-
Fused multiply-add operation. Compute (x * y) + z with a single round.
2332+
Fused multiply-add operation.
2333+
2334+
Compute (x * y) + z with a single round.
23332335
[clinic start generated code]*/
23342336

23352337
static PyObject *

0 commit comments

Comments
 (0)