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 4, 2024
commit 9096b51037678850dd603e9960a87e0e83dec77b
2 changes: 1 addition & 1 deletion Doc/library/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ The :mod:`calendar` module exports the following data attributes:

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

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

.. data:: day_name
Expand Down