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

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:41:45 +01:00 committed by GitHub
parent c67f94e385
commit 55bddca133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",