Skip to content

Commit e3a14b0

Browse files
Update Doc/library/calendar.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent 8c17c78 commit e3a14b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/calendar.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
149149

150150
Return a string representing an entire week formatted with the given width for each day.
151151
The *theweek* parameter is a list of tuples, where each tuple contains a day of
152-
the month or ``0`` for padding, and the corresponding weekday where 0 is
153-
Monday and 6 is Sunday. Each day is padded to the specified width.
152+
the month or ``0`` for padding, and the corresponding weekday where ``0`` is
153+
Monday and ``6`` is Sunday. Each day is padded to the specified width.
154154

155155
.. method:: formatweekday(weekday, width=2)
156156

0 commit comments

Comments
 (0)