Skip to content

Commit 238befb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/calendar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
156156

157157
Return a string representing the name of a single weekday formatted to
158158
the specified width. The *weekday* parameter is an integer representing
159-
the day of the week, where 0 is Monday and 6 is Sunday.
159+
the day of the week, where ``0`` is Monday and ``6`` is Sunday.
160160

161161
.. method:: formatweekheader(width=2)
162162

0 commit comments

Comments
 (0)