mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix for SF bug #947894: calendar.weekheader() undocumented
This commit is contained in:
parent
c8aa848ece
commit
e208412348
1 changed files with 5 additions and 0 deletions
|
|
@ -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}.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue