Thanks to visit codestin.com
Credit goes to github.com

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
fix doc
  • Loading branch information
Agent-Hellboy committed Apr 26, 2023
commit b2c13e86bff72a9eec4180d3c8a8cd7549f23c88
4 changes: 2 additions & 2 deletions Doc/library/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
2 BC, and so on.


.. enum:: Day
.. class:: Day

This enumeration defines the days of the week as integer constants.

Expand Down Expand Up @@ -61,7 +61,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
The constant for Sunday, with a value of 6.


.. enum:: Month
.. class:: Month

This enumeration defines the months of the year as integer constants.

Expand Down