summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/calendar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/calendar.py b/Lib/calendar.py
index 03469d8..3c79540 100644
--- a/Lib/calendar.py
+++ b/Lib/calendar.py
@@ -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",