Skip to content

Commit c012f5e

Browse files
committed
Documented TextCalendar prweek
Signed-off-by: apurvakhatri <apurvakhatri2011@gmail.com>
1 parent ef61b8c commit c012f5e

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

Doc/library/calendar.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -195,27 +195,6 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
195195
Print a week's calendar as returned by :meth:`formatweek` and sets the
196196
end parameter to an empty string to prevent adding a newline character.
197197

198-
.. method:: formatday(day, weekday, width)
199-
200-
Return a string containing the formatted day.
201-
202-
.. method:: formatweek(theweek, width)
203-
204-
Return a single formatted week, with each day formatted using :meth:`formatday`
205-
206-
.. method:: formatweekday(theweek, width)
207-
208-
Return a formatted week day name.
209-
210-
.. method:: formatweekheader(width)
211-
212-
Return the formatted header for a week, containing the weekday names, with
213-
each day formatted using :meth:`formatweekday`.
214-
215-
.. method:: formatmonthname(theyear, themonth, width, withyear)
216-
217-
Return a formatted month name, optinally including the year.
218-
219198
.. method:: formatmonth(theyear, themonth, w=0, l=0)
220199

221200
Return a month's calendar in a multi-line string. If *w* is provided, it

0 commit comments

Comments
 (0)