]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
annoying whitespace inconsistency
authorPeter Schneider-Kamp <nowonder@nowonder.de>
Sun, 10 Jun 2001 16:45:08 +0000 (16:45 +0000)
committerPeter Schneider-Kamp <nowonder@nowonder.de>
Sun, 10 Jun 2001 16:45:08 +0000 (16:45 +0000)
Modules/mathmodule.c

index 8c86c386f34d10715a8f210c930ac15b8658a12c..72823938f6eca28ef8bb3c1675a0af10208cafd8 100644 (file)
@@ -128,7 +128,7 @@ FUNC1(fabs, fabs,
       "fabs(x)\n\nReturn the absolute value of the real x.")
 FUNC1(floor, floor,
       "floor(x)\n\nReturn the floor of x as a real.")
-     FUNC2(fmod, fmod,
+FUNC2(fmod, fmod,
       "fmod(x,y)\n\nReturn fmod(x, y), according to platform C."
       "  x % y may differ.")
 FUNC2(hypot, hypot,