Skip to content

Commit 156c418

Browse files
Update Doc/library/calendar.rst
Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 89fb5fd commit 156c418

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
@@ -46,7 +46,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
4646

4747
.. method:: setfirstweekday(firstweekday)
4848

49-
Change the first weekday by setting *firstweekday* to an :class:`int` (0–6).
49+
Set the first weekday to *firstweekday*, passed as an :class:`int` where Monday is 0 and Sunday is 6.
5050

5151
.. method:: iterweekdays()
5252

0 commit comments

Comments
 (0)