clarify warning message

This commit is contained in:
David Rose 2004-06-22 00:07:42 +00:00
parent d61f2fcfa4
commit b43964e24d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ pack_args(Datagram &datagram, PyObject *sequence) const {
PyObject *str = PyObject_Str(tuple);
ostringstream strm;
strm << "Incorrect arguments or value too large on field: " << get_name()
strm << "Incorrect arguments or value out of range on field: " << get_name()
<< PyString_AsString(str);
Py_DECREF(str);