mirror of
https://github.com/python/cpython.git
synced 2026-01-30 11:12:06 +00:00
Backport LaTex version of r60651:
Fix documentation for Calendar.iterweekdays(): firstweekday is a property. Fixes second part of #2018.
This commit is contained in:
parent
902af8da7c
commit
9e5e027aec
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ subclasses.
|
|||
|
||||
\begin{methoddesc}{iterweekdays}{weekday}
|
||||
Return an iterator for the week day numbers that will be used
|
||||
for one week. The first number from the iterator will be the
|
||||
same as the number returned by \method{firstweekday()}.
|
||||
for one week. The first value from the iterator will be the same
|
||||
as the value of the \member{firstweekday} property.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{itermonthdates}{year, month}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue