mirror of https://github.com/python/cpython
Remove limit in calendar CLI help message for year arg (GH-114719)
The limit was removed in 66c88ce30c
(GH-4109).
This commit is contained in:
parent
15fe8cea17
commit
0f54ee4c6c
|
@ -737,7 +737,7 @@ def main(args=None):
|
|||
parser.add_argument(
|
||||
"year",
|
||||
nargs='?', type=int,
|
||||
help="year number (1-9999)"
|
||||
help="year number"
|
||||
)
|
||||
parser.add_argument(
|
||||
"month",
|
||||
|
|
Loading…
Reference in New Issue