Skip to content

Commit

Permalink
Update calendar.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
StanFromIreland authored Jan 4, 2025
1 parent 342c396 commit a76f362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is

.. class:: Calendar(firstweekday=0)

Creates a :class:`Calendar` object. ``firstweekday`` is an integer specifying the
Creates a :class:`Calendar` object. *firstweekday* is an integer specifying the
first day of the week. :const:`MONDAY` is ``0`` (the default), :const:`SUNDAY` is ``6``.

A :class:`Calendar` object provides several methods that can be used for
Expand Down

0 comments on commit a76f362

Please sign in to comment.