commit | 3383792c74ad6cb8b71bf54985cd54582657561e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Oct 09 15:27:31 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Oct 09 15:27:31 2000 +0000 |
tree | 20e30dd4de1b1ea298939337148c46976e033935 | |
parent | 1e75e816e05b382b0162e99173341508c5500a1e [diff] [blame] |
Denis S. Otkidach <ods@users.sourceforge.net>: Correct description of leapdays() function. This closes SourceForge patch #101840.
diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index b41cdc0..f5dd8c4 100644 --- a/Doc/lib/libcalendar.tex +++ b/Doc/lib/libcalendar.tex
@@ -37,7 +37,7 @@ \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}