File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments