Fix documentation for Calendar.iterweekdays(): firstweekday is a property.

Fixes second part of #2018.
This commit is contained in:
Walter Dörwald 2008-02-07 19:48:34 +00:00
parent 97bf449f75
commit a53800e02c
1 changed files with 3 additions and 3 deletions

View File

@ -39,9 +39,9 @@ it's the base calendar for all computations.
.. method:: Calendar.iterweekdays(weekday) .. method:: Calendar.iterweekdays(weekday)
Return an iterator for the week day numbers that will be used for one week. The Return an iterator for the week day numbers that will be used for one week.
first number from the iterator will be the same as the number returned by The first value from the iterator will be the same as the value of the
:meth:`firstweekday`. :attr:`firstweekday` property.
.. method:: Calendar.itermonthdates(year, month) .. method:: Calendar.itermonthdates(year, month)