We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python
Learn more about funding links in repositories.
Report abuse
calendar.TextCalendar.formatweek
1 parent be7314f commit b22d0fcCopy full SHA for b22d0fc
Doc/library/calendar.rst
@@ -138,6 +138,14 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
138
139
:class:`TextCalendar` instances have the following methods:
140
141
+ .. method:: formatweek(theweek, w=0)
142
+
143
+ Return a single week in a string with no newline. If *w* is provided, it
144
+ specifies the width of the date columns, which are centered. Depends
145
+ on the first weekday as specified in the constructor or set by the
146
+ :meth:`setfirstweekday` method.
147
148
149
.. method:: formatmonth(theyear, themonth, w=0, l=0)
150
151
Return a month's calendar in a multi-line string. If *w* is provided, it
0 commit comments