Skip to content

Commit 1f92067

Browse files
committed
Revert unrelated formatting changes
1 parent 1ecc613 commit 1f92067

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/calendar.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)