[Python-checkins] r63365 - python/trunk/Doc/library/calendar.rst

georg.brandl python-checkins at python.org
Fri May 16 11:47:29 CEST 2008


Author: georg.brandl
Date: Fri May 16 11:47:29 2008
New Revision: 63365

Log:
#2869: remove parameter from signature.


Modified:
   python/trunk/Doc/library/calendar.rst

Modified: python/trunk/Doc/library/calendar.rst
==============================================================================
--- python/trunk/Doc/library/calendar.rst	(original)
+++ python/trunk/Doc/library/calendar.rst	Fri May 16 11:47:29 2008
@@ -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


More information about the Python-checkins mailing list