We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fb5fd commit 156c418Copy full SHA for 156c418
Doc/library/calendar.rst
@@ -46,7 +46,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
46
47
.. method:: setfirstweekday(firstweekday)
48
49
- Change the first weekday by setting *firstweekday* to an :class:`int` (0–6).
+ Set the first weekday to *firstweekday*, passed as an :class:`int` where Monday is 0 and Sunday is 6.
50
51
.. method:: iterweekdays()
52
0 commit comments