commit | 41627bf78db5403b493143c90e96d75fc7021a05 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Jun 05 19:49:12 2004 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Jun 05 19:49:12 2004 +0000 |
tree | feb182f3044a16d632e0d4079512088977f3f6e9 | |
parent | 6412b121f67b037c1f9e14d75da26121751c2d3d [diff] [blame] |
Reword message
diff --git a/Objects/intobject.c b/Objects/intobject.c index b7ac16b..25a01c2 100644 --- a/Objects/intobject.c +++ b/Objects/intobject.c
@@ -928,7 +928,7 @@ if (!PyInt_Check(tmp)) { if (!PyLong_Check(tmp)) { PyErr_SetString(PyExc_ValueError, - "value must be convertable to an int"); + "value can't be converted to int"); Py_DECREF(tmp); return NULL; }