diff options
author | Georg Brandl <georg@python.org> | 2008-05-16 09:47:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-16 09:47:29 (GMT) |
commit | 107b812947dabccf7395701338f1efcde1d878ec (patch) | |
tree | 239ab61e0e65366e5d0e2035544cc14faa8cfaf9 /Doc | |
parent | 5ffad6646eacf305afaf2ba6b2a738c16257ee0e (diff) | |
download | cpython-107b812947dabccf7395701338f1efcde1d878ec.zip cpython-107b812947dabccf7395701338f1efcde1d878ec.tar.gz cpython-107b812947dabccf7395701338f1efcde1d878ec.tar.bz2 |
#2869: remove parameter from signature.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/calendar.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst index 6e8a03c..f2e2183 100644 --- a/Doc/library/calendar.rst +++ b/Doc/library/calendar.rst @@ -37,7 +37,7 @@ it's the base calendar for all computations. :class:`Calendar` instances have the following methods: - .. method:: iterweekdays(weekday) + .. method:: iterweekdays() Return an iterator for the week day numbers that will be used for one week. The first value from the iterator will be the same as the value of |