From: Walter Dörwald Date: Mon, 6 Dec 2004 08:14:08 +0000 (+0000) Subject: Backport: Fix for SF bug #947894: calendar.weekheader() undocumented X-Git-Tag: v2.4.1c1~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a2a08b69c93f90fcf7b805f20192ad7c0064c4f;p=thirdparty%2FPython%2Fcpython.git Backport: Fix for SF bug #947894: calendar.weekheader() undocumented --- diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index f97e60ebe5d7..8a0028013db7 100644 --- a/Doc/lib/libcalendar.tex +++ b/Doc/lib/libcalendar.tex @@ -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}.