File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -493,9 +493,9 @@ The :mod:`calendar` module exports the following data attributes:
493493
494494.. data :: month_name
495495
496- A sequence that represents the months of the year in the current locale.
497- This follows normal convention of January being month number 1, so it has
498- a length of 13 and ``month_name[0] `` is the empty string.
496+ A sequence that represents the months of the year in the current locale. This
497+ follows normal convention of January being month number 1, so it has a length of
498+ 13 and ``month_name[0] `` is the empty string.
499499
500500 >>> import calendar
501501 >>> list (calendar.month_name)
@@ -513,8 +513,8 @@ The :mod:`calendar` module exports the following data attributes:
513513.. data :: month_abbr
514514
515515 A sequence that represents the abbreviated months of the year in the current
516- locale. This follows normal convention of January being month number 1, so
517- it has a length of 13 and ``month_abbr[0] `` is the empty string.
516+ locale. This follows normal convention of January being month number 1, so it
517+ has a length of 13 and ``month_abbr[0] `` is the empty string.
518518
519519 >>> import calendar
520520 >>> list (calendar.month_abbr)
You can’t perform that action at this time.
0 commit comments