[Python-checkins] CVS: python/dist/src/Modules mathmodule.c,2.58,2.59

Peter Schneider-Kamp nowonder@users.sourceforge.net
Sun, 10 Jun 2001 09:45:10 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv2707

Modified Files:
	mathmodule.c 
Log Message:

annoying whitespace inconsistency



Index: mathmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/mathmodule.c,v
retrieving revision 2.58
retrieving revision 2.59
diff -C2 -r2.58 -r2.59
*** mathmodule.c	2000/10/12 19:42:00	2.58
--- mathmodule.c	2001/06/10 16:45:08	2.59
***************
*** 129,133 ****
  FUNC1(floor, floor,
        "floor(x)\n\nReturn the floor of x as a real.")
!      FUNC2(fmod, fmod,
        "fmod(x,y)\n\nReturn fmod(x, y), according to platform C."
        "  x % y may differ.")
--- 129,133 ----
  FUNC1(floor, floor,
        "floor(x)\n\nReturn the floor of x as a real.")
! FUNC2(fmod, fmod,
        "fmod(x,y)\n\nReturn fmod(x, y), according to platform C."
        "  x % y may differ.")