Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jan 6, 2025
1 parent 751d27c commit 10a0235
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 10a0235

Please sign in to comment.