commit | 107b812947dabccf7395701338f1efcde1d878ec | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri May 16 09:47:29 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri May 16 09:47:29 2008 +0000 |
tree | 239ab61e0e65366e5d0e2035544cc14faa8cfaf9 | |
parent | 5ffad6646eacf305afaf2ba6b2a738c16257ee0e [diff] |
#2869: remove parameter from signature.
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 @@ :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