From: Georg Brandl Date: Fri, 16 May 2008 09:47:29 +0000 (+0000) Subject: #2869: remove parameter from signature. X-Git-Tag: v2.6b1~382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=107b812947dabccf7395701338f1efcde1d878ec;p=thirdparty%2FPython%2Fcpython.git #2869: remove parameter from signature. --- diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst index 6e8a03c3de2c..f2e218390dff 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