From: Skip Montanaro Date: Mon, 6 Dec 2004 21:27:29 +0000 (+0000) Subject: backport weekheader() doc fix to 2.3 X-Git-Tag: v2.3.5c1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f6e8ecc876ef74e2441654e406c38294ceeecf8;p=thirdparty%2FPython%2Fcpython.git backport weekheader() doc fix to 2.3 --- diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index bf0c85bc2cb6..823bb84989f7 100644 --- a/Doc/lib/libcalendar.tex +++ b/Doc/lib/libcalendar.tex @@ -58,6 +58,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}.