From 107b812947dabccf7395701338f1efcde1d878ec Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 16 May 2008 09:47:29 +0000 Subject: #2869: remove parameter from signature. --- Doc/library/calendar.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12