]> granicus.if.org Git - python/commitdiff
Denis S. Otkidach <ods@users.sourceforge.net>:
authorFred Drake <fdrake@acm.org>
Mon, 9 Oct 2000 15:27:31 +0000 (15:27 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 9 Oct 2000 15:27:31 +0000 (15:27 +0000)
Correct description of leapdays() function.

This closes SourceForge patch #101840.

Doc/lib/libcalendar.tex

index b41cdc0119677b5cb61edcd593ceb0125349e1ab..f5dd8c412a9d3c21d8e339235b4b4670b95257ae 100644 (file)
@@ -37,7 +37,7 @@ Returns true if \var{year} is a leap year.
 
 \begin{funcdesc}{leapdays}{y1, y2}
 Returns the number of leap years in the range
-[\var{y1}\ldots\var{y2}].
+[\var{y1}\ldots\var{y2}).
 \end{funcdesc}
 
 \begin{funcdesc}{weekday}{year, month, day}