Skip to content

Commit 0f54ee4

Browse files
authored
Remove limit in calendar CLI help message for year arg (GH-114719)
The limit was removed in 66c88ce (GH-4109).
1 parent 15fe8ce commit 0f54ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ def main(args=None):
737737
parser.add_argument(
738738
"year",
739739
nargs='?', type=int,
740-
help="year number (1-9999)"
740+
help="year number"
741741
)
742742
parser.add_argument(
743743
"month",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy