Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix links
  • Loading branch information
erlend-aasland committed Jan 6, 2025
commit 10a0235dd2291a4bf6ed88df905d415c7a2e3a20
4 changes: 2 additions & 2 deletions Doc/library/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is

Return an :class:`int` for the current first weekday (0--6).

Identical to reading the :attr:`firstweekday` property.
Identical to reading the :attr:`~Calendar.firstweekday` property.

.. method:: setfirstweekday(firstweekday)

Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6)

Identical to setting the :attr:`firstweekday` property.
Identical to setting the :attr:`~Calendar.firstweekday` property.

.. method:: iterweekdays()

Expand Down