From: Walter Dörwald Date: Thu, 7 Feb 2008 19:55:47 +0000 (+0000) Subject: Backport LaTex version of r60651: X-Git-Tag: v2.5.2c1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e5e027aec722edd5b40aa3e94f4b9dd80eaac62;p=thirdparty%2FPython%2Fcpython.git Backport LaTex version of r60651: Fix documentation for Calendar.iterweekdays(): firstweekday is a property. Fixes second part of #2018. --- diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index 57ac4e5e391f..935a87179821 100644 --- a/Doc/lib/libcalendar.tex +++ b/Doc/lib/libcalendar.tex @@ -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}