[Python-checkins] CVS: python/dist/src/Doc/lib libcalendar.tex,1.8,1.9

Fred L. Drake python-dev@python.org
Mon, 9 Oct 2000 08:27:34 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32626/lib

Modified Files:
	libcalendar.tex 
Log Message:

Denis S. Otkidach <ods@users.sourceforge.net>:
Correct description of leapdays() function.

This closes SourceForge patch #101840.


Index: libcalendar.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcalendar.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** libcalendar.tex	2000/08/30 14:02:25	1.8
--- libcalendar.tex	2000/10/09 15:27:31	1.9
***************
*** 38,42 ****
  \begin{funcdesc}{leapdays}{y1, y2}
  Returns the number of leap years in the range
! [\var{y1}\ldots\var{y2}].
  \end{funcdesc}
  
--- 38,42 ----
  \begin{funcdesc}{leapdays}{y1, y2}
  Returns the number of leap years in the range
! [\var{y1}\ldots\var{y2}).
  \end{funcdesc}