diff options
| -rw-r--r-- | python/hashes.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/hashes.cc b/python/hashes.cc index a1ace6fc..0086c17a 100644 --- a/python/hashes.cc +++ b/python/hashes.cc @@ -55,8 +55,8 @@ static int hashes_init(PyObject *self, PyObject *args, PyObject *kwds) } } else { - PyErr_SetString(PyExc_TypeError, "__init__() only understand strings" - " and files"); + PyErr_SetString(PyExc_TypeError, + "__init__() only understand strings and files"); return -1; } return 0; |
