Kaydet (Commit) e2084123 authored tarafından Walter Dörwald's avatar Walter Dörwald

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

üst c8aa848e
......@@ -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}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment