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 Dec 17, 2024
commit 342c396a3835cd685bd7200f6c4026c3976989a3
1 change: 1 addition & 0 deletions Doc/library/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ For simple text calendars this module provides the following functions.
The :mod:`calendar` module exports the following data attributes:

.. data:: firstweekday
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated
:no-index:

An :class:`int` (0-6) representing the current setting for the first weekday.
The default is 0, which corresponds to Monday.
Expand Down