Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07c1922

Browse files
author
Peter Schneider-Kamp
committed
annoying whitespace inconsistency
1 parent 2a7f384 commit 07c1922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/mathmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ FUNC1(fabs, fabs,
128128
"fabs(x)\n\nReturn the absolute value of the real x.")
129129
FUNC1(floor, floor,
130130
"floor(x)\n\nReturn the floor of x as a real.")
131-
FUNC2(fmod, fmod,
131+
FUNC2(fmod, fmod,
132132
"fmod(x,y)\n\nReturn fmod(x, y), according to platform C."
133133
" x % y may differ.")
134134
FUNC2(hypot, hypot,

0 commit comments

Comments
 (0)