Skip to content

Commit

Permalink
[3.11] Remove limit in calendar CLI help message for year arg (GH-114719
Browse files Browse the repository at this point in the history
) (GH-114723)

The limit was removed in 66c88ce (GH-4109).
(cherry picked from commit 0f54ee4)

Co-authored-by: Steven Ward <[email protected]>
  • Loading branch information
miss-islington and planet36 authored Jan 29, 2024
1 parent c67f94e commit 55bddca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def main(args):
parser.add_argument(
"year",
nargs='?', type=int,
help="year number (1-9999)"
help="year number"
)
parser.add_argument(
"month",
Expand Down

0 comments on commit 55bddca

Please sign in to comment.