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

A sequence that represents the months of the year in the current locale. This
follows normal convention of January being month number 1, so it has a length of
13 and ``month_name[0]`` is the empty :class:`str`.
13 and ``month_name[0]`` is the empty :class:`str`.

>>> import calendar
>>> list(calendar.month_name)
Expand Down