]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport LaTex version of r60651:
authorWalter Dörwald <walter@livinglogic.de>
Thu, 7 Feb 2008 19:55:47 +0000 (19:55 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 7 Feb 2008 19:55:47 +0000 (19:55 +0000)
Fix documentation for Calendar.iterweekdays(): firstweekday is a property.
Fixes second part of #2018.

Doc/lib/libcalendar.tex

index 57ac4e5e391fa7a13337e038defd3b4e6972a6aa..935a87179821bd95d2f2780cc98452cd51ad8d65 100644 (file)
@@ -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}