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 Doc/library/calendar.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
  • Loading branch information
StanFromIreland and ZeroIntensity authored Dec 10, 2024
commit 238befb8b90c3088adf5f7e069bc5ff428710259
2 changes: 1 addition & 1 deletion Doc/library/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is

Return a string representing the name of a single weekday formatted to
the specified width. The *weekday* parameter is an integer representing
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated
the day of the week, where 0 is Monday and 6 is Sunday.
the day of the week, where ``0`` is Monday and ``6`` is Sunday.

.. method:: formatweekheader(width=2)
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated

Expand Down