Skip to content

Commit 4b946bf

Browse files
committed
Remove the examples as they are pointless in the English locale
1 parent 1f92067 commit 4b946bf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Doc/library/calendar.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,6 @@ The :mod:`calendar` module exports the following data attributes:
534534
the locale provides one. If the locale does not supply a standalone form,
535535
it is equal to :data:`month_name`.
536536

537-
>>> import calendar
538-
>>> list(calendar.standalone_month_name)
539-
['', 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
540-
541537
.. versionadded:: next
542538

543539

@@ -548,10 +544,6 @@ The :mod:`calendar` module exports the following data attributes:
548544
the locale provides one. If the locale does not supply a standalone form
549545
it is equal to :data:`month_abbr`.
550546

551-
>>> import calendar
552-
>>> list(calendar.standalone_month_abbr)
553-
['', 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
554-
555547
.. versionadded:: next
556548

557549

0 commit comments

Comments
 (0)