Kaydet (Commit) 6b03f2ce authored tarafından Stefan Krah's avatar Stefan Krah

Fix typo in exception message.

üst cc238849
......@@ -3711,7 +3711,7 @@ utime_read_time_arguments(utime_arguments *ua)
if (times && (times != Py_None)) {
if (!PyTuple_CheckExact(times) || (PyTuple_Size(times) != 2)) {
PyErr_Format(PyExc_TypeError,
"%s: 'time' must be either"
"%s: 'times' must be either"
" a tuple of two ints or None",
ua->function_name);
return_value = utime_times_conversion_failure;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment