File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ to interactively print a calendar.
512
512
513
513
python -m calendar [-h] [-L LOCALE] [-e ENCODING] [-t {text,html}]
514
514
[-w WIDTH] [-l LINES] [-s SPACING] [-m MONTHS] [-c CSS]
515
- [year] [month]
515
+ [-f FIRST_WEEKDAY] [ year] [month]
516
516
517
517
518
518
For example, to print a calendar for the year 2000:
@@ -586,12 +586,13 @@ The following options are accepted:
586
586
or as an HTML document.
587
587
588
588
589
- .. option :: --first-weekday WEEKDAY , -f WEEKDAY
589
+ .. option :: --first-weekday FIRST_WEEKDAY , -f FIRST_WEEKDAY
590
590
591
591
The weekday to start each week.
592
592
Must be a number between 0 (Monday) and 6 (Sunday).
593
593
Defaults to 0.
594
594
595
+ .. versionadded :: 3.13
595
596
596
597
.. option :: year
597
598
You can’t perform that action at this time.
0 commit comments