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 a41d652fde10c17b890b08b6cdfc196ebd697a72
2 changes: 1 addition & 1 deletion Doc/library/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
.. method:: formatday(theday, weekday, width=2)
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated

Return a string representing a single day formatted with the given width
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated
which defaults to 2. If *theday* is ``0``, return a string of spaces of
which defaults to ``2``. If *theday* is ``0``, return a string of spaces of
the specified width, representing an empty day. The *weekday* parameter
represents the day of the week, where ``0`` is Monday and ``6`` is Sunday.

Expand Down