]> granicus.if.org Git - python/commitdiff
Fix for SF bug #947894: calendar.weekheader() undocumented
authorWalter Dörwald <walter@livinglogic.de>
Mon, 6 Dec 2004 07:58:14 +0000 (07:58 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 6 Dec 2004 07:58:14 +0000 (07:58 +0000)
Doc/lib/libcalendar.tex

index f97e60ebe5d707a14ec8631a08402243d66f7eef..8a0028013db76e790d5ad03409cb799f86c7ba3f 100644 (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}.