summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-13 16:16:09 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-13 16:16:09 +0200
commite8d06358310f09ea2c28e7640af8dce615040df7 (patch)
tree5ac36520c0a20b7862db479766b08799fc512f2e
parent320e896920fcb9f2ebc46aa3b2d9ce8e4acab83e (diff)
downloadpython-apt-e8d06358310f09ea2c28e7640af8dce615040df7.tar.gz
python/hashes.cc: Adapt to style guidelines.
-rw-r--r--python/hashes.cc4
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;