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
Update calendar.rst
  • Loading branch information
StanFromIreland authored Jan 6, 2025
commit 95f9fae600fca2596eba684279cf30e5ee8e15d0
4 changes: 2 additions & 2 deletions Doc/library/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
This module allows you to output calendars like the Unix :program:`cal` program,
and provides additional useful functions related to the calendar. By default,
these calendars have Monday as the first day of the week, and Sunday as the last
(the European convention). Use :func:`setfirstweekday` to set the :attr:`firstweekday`
to Sunday (6) or to any other weekday. Parameters that specify dates
(the European convention). Use :func:`setfirstweekday` to set the first day of
the week to Sunday (6) or to any other weekday. Parameters that specify dates
are given as integers. For related functionality, see also the :mod:`datetime`
and :mod:`time` modules.

Expand Down