diff options
-rw-r--r-- | Modules/timemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 50e4053..ea0a8be 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -309,7 +309,7 @@ gettmarg(PyObject *args, struct tm *p) y += 2000; else { PyErr_SetString(PyExc_ValueError, - "year out of range (00-99, 1900-*)"); + "year out of range"); return 0; } } |