mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.11] Remove limit in calendar CLI help message for year arg (GH-114719) (GH-114723)
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
c67f94e385
commit
55bddca133
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue