mirror of https://github.com/python/cpython
Denis S. Otkidach <ods@users.sourceforge.net>:
Correct description of leapdays() function. This closes SourceForge patch #101840.
This commit is contained in:
parent
1e75e816e0
commit
3383792c74
|
@ -37,7 +37,7 @@ Returns true if \var{year} is a leap year.
|
||||||
|
|
||||||
\begin{funcdesc}{leapdays}{y1, y2}
|
\begin{funcdesc}{leapdays}{y1, y2}
|
||||||
Returns the number of leap years in the range
|
Returns the number of leap years in the range
|
||||||
[\var{y1}\ldots\var{y2}].
|
[\var{y1}\ldots\var{y2}).
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{weekday}{year, month, day}
|
\begin{funcdesc}{weekday}{year, month, day}
|
||||||
|
|
Loading…
Reference in New Issue