Skip to content

Commit 0862fac

Browse files
committed
Simpler wording
1 parent 2ddd6f6 commit 0862fac

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Doc/library/calendar.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -530,19 +530,17 @@ The :mod:`calendar` module exports the following data attributes:
530530
.. data:: standalone_month_name
531531

532532
A sequence that represents the months of the year in the current locale
533-
in the grammatical form used when a month name stands by itself if
534-
the locale provides one. If the locale does not supply a standalone form,
535-
it is equal to :data:`month_name`.
533+
in the standalone form if the locale provides one. Else it is equivalent
534+
to :data:`month_name`.
536535

537536
.. versionadded:: next
538537

539538

540539
.. data:: standalone_month_abbr
541540

542541
A sequence that represents the abbreviated months of the year in the current
543-
locale in the grammatical form used when a month name stands by itself if
544-
the locale provides one. If the locale does not supply a standalone form
545-
it is equal to :data:`month_abbr`.
542+
locale in the standalone form if the locale provides one. Else it is
543+
equivalent to :data:`month_abbr`.
546544

547545
.. versionadded:: next
548546

0 commit comments

Comments
 (0)