Fix for SF bug #947894: calendar.weekheader() undocumented

This commit is contained in:
Walter Dörwald 2004-12-06 07:58:14 +00:00
parent c8aa848ece
commit e208412348

View file

@ -59,6 +59,11 @@ Returns the day of the week (\code{0} is Monday) for \var{year}
(\code{1}--\code{31}).
\end{funcdesc}
\begin{funcdesc}{weekheader}{n}
Return a header containing abbreviated weekday names. \var{n} specifies
the width in characters for one weekday.
\end{funcdesc}
\begin{funcdesc}{monthrange}{year, month}
Returns weekday of first day of the month and number of days in month,
for the specified \var{year} and \var{month}.