diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-09 15:27:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-09 15:27:31 (GMT) |
commit | 3383792c74ad6cb8b71bf54985cd54582657561e (patch) | |
tree | 20e30dd4de1b1ea298939337148c46976e033935 /Doc | |
parent | 1e75e816e05b382b0162e99173341508c5500a1e (diff) | |
download | cpython-3383792c74ad6cb8b71bf54985cd54582657561e.zip cpython-3383792c74ad6cb8b71bf54985cd54582657561e.tar.gz cpython-3383792c74ad6cb8b71bf54985cd54582657561e.tar.bz2 |
Denis S. Otkidach <ods@users.sourceforge.net>:
Correct description of leapdays() function.
This closes SourceForge patch #101840.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcalendar.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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} |