diff options
author | Walter Dörwald <walter@livinglogic.de> | 2004-12-06 08:14:08 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2004-12-06 08:14:08 (GMT) |
commit | 5a2a08b69c93f90fcf7b805f20192ad7c0064c4f (patch) | |
tree | e1f193673898c96178d36a566c95be540644ed69 /Doc | |
parent | 506f691379c190d71e74d80a532e8b7aa1d28479 (diff) | |
download | cpython-5a2a08b69c93f90fcf7b805f20192ad7c0064c4f.zip cpython-5a2a08b69c93f90fcf7b805f20192ad7c0064c4f.tar.gz cpython-5a2a08b69c93f90fcf7b805f20192ad7c0064c4f.tar.bz2 |
Backport: Fix for SF bug #947894: calendar.weekheader() undocumented
Diffstat (limited to 'Doc')
-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}. |