mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] Remove limit in calendar CLI help message for year arg (GH-114719) (GH-114722)
The limit was removed in66c88ce30c
(GH-4109). (cherry picked from commit0f54ee4c6c
) Co-authored-by: Steven Ward <planet36@users.noreply.github.com>
This commit is contained in:
parent
783339a086
commit
a316470dca
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ def main(args):
|
|||
parser.add_argument(
|
||||
"year",
|
||||
nargs='?', type=int,
|
||||
help="year number (1-9999)"
|
||||
help="year number"
|
||||
)
|
||||
parser.add_argument(
|
||||
"month",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue