diff options
author | Walter Dörwald <walter@livinglogic.de> | 2008-02-07 19:55:47 +0000 |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2008-02-07 19:55:47 +0000 |
commit | 9e5e027aec722edd5b40aa3e94f4b9dd80eaac62 (patch) | |
tree | 8c9e9beb618284b17e1c70c56ec5fa7b6351e0b3 | |
parent | 902af8da7cc687adbda7247e61249caf7ba6be7e (diff) | |
download | cpython-git-9e5e027aec722edd5b40aa3e94f4b9dd80eaac62.tar.gz |
Backport LaTex version of r60651:
Fix documentation for Calendar.iterweekdays(): firstweekday is a property.
Fixes second part of #2018.
-rw-r--r-- | Doc/lib/libcalendar.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index 57ac4e5e39..935a871798 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} |