diff options
author | Walter Dörwald <walter@livinglogic.de> | 2004-12-06 07:58:14 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2004-12-06 07:58:14 (GMT) |
commit | e2084123484f0c0a602dad2e866ad98ce85ffd51 (patch) | |
tree | aae716b251b590991c7223535e7a7a465117aebb /Doc/lib/libcalendar.tex | |
parent | c8aa848ece8b6745ffe905eff9202c041c2405e1 (diff) | |
download | cpython-e2084123484f0c0a602dad2e866ad98ce85ffd51.zip cpython-e2084123484f0c0a602dad2e866ad98ce85ffd51.tar.gz cpython-e2084123484f0c0a602dad2e866ad98ce85ffd51.tar.bz2 |
Fix for SF bug #947894: calendar.weekheader() undocumented
Diffstat (limited to 'Doc/lib/libcalendar.tex')
-rw-r--r-- | Doc/lib/libcalendar.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index f97e60e..8a00280 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}. |