[3.12] Remove limit in calendar CLI help message for year arg (GH-114719) (GH-114722)

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

Co-authored-by: Steven Ward <planet36@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-01-29 17:40:32 +01:00 committed by GitHub
parent 783339a086
commit a316470dca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -739,7 +739,7 @@ def main(args):
parser.add_argument( parser.add_argument(
"year", "year",
nargs='?', type=int, nargs='?', type=int,
help="year number (1-9999)" help="year number"
) )
parser.add_argument( parser.add_argument(
"month", "month",